AlaskanDad
Registered User.
- Local time
- Today, 05:29
- Joined
- Jun 20, 2000
- Messages
- 39
I'm asking anyone out there:
Is there a need for a encryption function in any databases that you've worked on? It would look like this:
= Scramble([TheTextYouNeedScrambled])
which would result in something like this:
¢§ž±©ž§¬¢¯žY¬š
Unscrambling would be easy:
= UnScramble([TheTextThatGotScrambled])
I started thinking about whether it could be done so I did it. Now I don't know if it is useful or not.
Time on my hands equals need for mental gymnastics.
Is there a need for a encryption function in any databases that you've worked on? It would look like this:
= Scramble([TheTextYouNeedScrambled])
which would result in something like this:
¢§ž±©ž§¬¢¯žY¬š
Unscrambling would be easy:
= UnScramble([TheTextThatGotScrambled])
I started thinking about whether it could be done so I did it. Now I don't know if it is useful or not.
Time on my hands equals need for mental gymnastics.