Evening all,
New to cryptography - using the cryptix apis for java.
I need to generate a key to encrypt a string from a mysql database. Once encrypted this gets saved into a new database. I then need to encrypt thi key with a new 16 digit key loaded from the database which is stored as a string.
I then save the encrypted key to the database as well, hoping that the memory will eventually be garbaged losing the original key value.
Can anyone help by giving me some pointers/example code/good online guides, i'm finding this hard going.
Cheers!
Relisys
New to cryptography - using the cryptix apis for java.
I need to generate a key to encrypt a string from a mysql database. Once encrypted this gets saved into a new database. I then need to encrypt thi key with a new 16 digit key loaded from the database which is stored as a string.
I then save the encrypted key to the database as well, hoping that the memory will eventually be garbaged losing the original key value.
Can anyone help by giving me some pointers/example code/good online guides, i'm finding this hard going.
Cheers!
Relisys