Posted by shimmyshack on 06/07/07 20:34
On Jun 7, 8:06 pm, "David T. Ashley" <d...@e3ft.com> wrote:
> I have plain vanilla PHP (bcmath is the only thing special I'm aware of). I
> don't have mcrypt compiled in.
>
> Are there any functions that can be used for reversible encryption?
>
> (I have thought about how I would choose the key -- that isn't an issue.)
>
> I'm only interested in [reversibly] encrypting a 192-bit AES key that will
> be stored in a database. I'm not interested in encrypting large amounts of
> data.
>
> --
> David T. Ashley (d...@e3ft.com)http://www.e3ft.com (Consulting Home Page)http://www.dtashley.com (Personal Home Page)http://gpl.e3ft.com (GPL Publications and Projects)
have you got openssl?
[Back to original message]
|