Re: Encrypting Credit Card Numbers - Two Way Encryption
Re: Encrypting Credit Card Numbers - Two Way Encryption
- Subject: Re: Encrypting Credit Card Numbers - Two Way Encryption
- From: "Jonathan Fleming" <email@hidden>
- Date: Thu, 20 May 2004 14:21:24 +0100
From: petite_abeille <email@hidden>
To: WOdev List List <email@hidden>
Subject: Re: Encrypting Credit Card Numbers - Two Way Encryption
Date: Thu, 20 May 2004 13:37:30 +0200
Hi Jonathan,
On May 20, 2004, at 09:59, Jonathan Fleming wrote:
For my passwords I use Sun's one-way encryption algorithm:
MessageDigest messageDigest = MessageDigest.getInstance("SHA-1");
etc, etc but as I said I need a system that let's me decypt later when
needed.
If you are already using a proper transcendental SHAman ellipse, you will
get your original value back after a while.
Otherwise, but only if perceived responsiveness is a major concern of
yours, try ROT13 as described in RFC 1855 and formalized by Mr Dr Brina of
comp.fr fame:
http://www.faqs.org/faqs/fr/comp/usenet/rot13/
This is in French petite, have you got a link to an english translation
Cheers,
PA.
P.S.
Alternatively, you may want to briefly meditate on the hidden wisdom of
some of the following scriptures:
http://javaalmanac.com/egs/javax.crypto/pkg.html
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
_________________________________________________________________
Stay in touch with absent friends - get MSN Messenger
http://www.msn.co.uk/messenger
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.