Re: simple data encryption algorythm?



simple: yes

Function ROT13
Lparameters p_cStrIn
return chrtran(p_cStrIn,
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwyz0123456789",
"NOPQRSTUVWXYZABCDEFGHIJKLMnopqrstuvzxyzabcdefghijklm5678901234")

how to use it:
pass a string to encrypt it.
pass the encrypted to get the original value

regards
christophe
--
\|||/
(o o)
----ooO-(_)-Ooo-------------


"Andrew Howell" <ajh@work> schreef in bericht
news:%23dnht5UfFHA.1284@xxxxxxxxxxxxxxxxxxxxxxx
> "Miria" <mukas@xxxxxxxx> wrote in message
> news:e94O20TfFHA.2840@xxxxxxxxxxxxxxxxxxxxxxx
>> hi,
>> does anybody know any simple and FAST algorythm to encrypt data in the
>> dbf fields?
>> (except _crypt.vcx)
>
> ROT13
> simple? check.
> fast? check.
> secure? hmmm.
>
> How secure should it be?
>


.



Relevant Pages

  • RE: local admin account password
    ... > encrypt the database and create alerts in the event of unsuccessful ... >> no more recovery console and don't think cached logins will work. ... >> The DB file would be encrypted with EFS so only the limited user SQL ... >> itself doesn't really need to be secure as the authentication is based ...
    (Focus-Microsoft)
  • RE: local admin account password
    ... > Subject: local admin account password ... > secure it. ... > and then encrypt the file (PGP or something like it with the private ...
    (Focus-Microsoft)
  • Re: How to convert a SecureString into an encrypted String in a se
    ... secure string and into a byte array looked a little weird to me, ... You can then either convert that to a .NET string (not a good idea if the ... Note that you can encrypt your SQL network traffic on the wire if you are ... planning to encrypt the passwords using the symmetric Rijndael algorithm, ...
    (microsoft.public.dotnet.security)
  • Re: My own little replacement for the Unix crypt
    ... >> of questionable origin I decided to write my own. ... > I have no idea if it's secure because I don't know what it's for. ... simple program that would encrypt data a whole lot ... rand(). ...
    (sci.crypt)
  • Re: IBM Touts Integrated Encryption
    ... signature does ... stealing a file with the private key. ... hardware-based scheme to encrypt does indeed secure ...
    (sci.crypt)