Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trying to protect pic. in blob fields
Message
From
01/10/2011 14:25:45
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01525343
Message ID:
01525355
Views:
56
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform