encryption/decryption

  • Thread starter Thread starter Olof
  • Start date Start date
O

Olof

Hi!
I have this problem: From one application I'm encrypting a
string and writes it down to the database. Then, from
another application that receivs the same string as above
I want to encrypt it exactly the same way as in the first
application so that I can query the database with that
string (the encrypted one) and receive the correct entry.
Does anyone have a clue?
Olof
 
Back
Top