Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Trying to protect pic. in blob fields
Message
De
01/10/2011 14:25:45
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01525343
Message ID:
01525355
Vues:
55
tstring = "abc123xyz"

tencrypted = STRCONV( STRCONV( m.tstring ,13 ) , 13 ) && double base64 encoded

tdecrypted = STRCONV( STRCONV( m.tencrypted ,14 ) , 14 ) && double base64 decoded


>Jos
>
>I don't want to use complex third party encription tools
>
>I was just wondering if someone could be able to guess and revert the letters in the blob field
>even if invert many letters and numbers. (without having to source code I used to encrypt the field)
>
>Moises
>
>
>
>>Moises,
>>
>>1) From who are you trying to protect this information? Casual users or more experienced attacker?
>
>Casual users
>
>
>>2) What is the value of the information if it is stolen / compromised? High or low?
>
>Low
>
>>3) For how long is the information valuable i.e. for how long must it be protected?
>
>
>Long time
In the End, we will remember not the words of our enemies, but the silence of our friends - Martin Luther King, Jr.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform