Re: simple data encryption algorythm?
- From: "christophe" <irs.znospamforme@xxxxxxxxx>
- Date: Thu, 30 Jun 2005 10:45:31 +0200
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?
>
.
- Follow-Ups:
- Re: simple data encryption algorythm?
- From: christophe
- Re: simple data encryption algorythm?
- From: Andrew Howell
- Re: simple data encryption algorythm?
- References:
- Re: simple data encryption algorythm?
- From: Andrew Howell
- Re: simple data encryption algorythm?
- Prev by Date: Re: Automate Comparing Reports
- Next by Date: Re: Automate Comparing Reports
- Previous by thread: Re: simple data encryption algorythm?
- Next by thread: Re: simple data encryption algorythm?
- Index(es):
Relevant Pages
|