Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VfpEncryption.fll
Message
De
04/12/2015 02:04:20
 
 
À
03/12/2015 14:24:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01628431
Message ID:
01628469
Vues:
59
>Hi all, again,
>
>I have been doing a bit of enhancing to one of my tools. I am looking to include encryption techiques using the vfpEncryption.fll library,
>
>The question I have is about the "nEncryptionType" parameter. The various values it can be appears to be setting the bit position of the parameter, But the Encryption Types are each independent of each other. If I would combine two or more (1024 + 8 + 4 as example), what should I expect as the encryption result.

I do not think they are meant to be used together - doesn't make sense

if you do want to combine some of them, then you would send the output of one as input to two
input > (1) > (2) > (3) > output
To decrypt you would need to reverse the steps
input > (3) > (2) > (1) > output
Should you store the encrypted data in a table field then
- use a memo nocptrans field - aka blob
- bear in mind that the encrypted value will be longer than the original value when using block ciphers


.Net environment is more suited to combine such steps as you can use streams
Gregory
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform