Cookies encryption

  • Thread starter Thread starter Samuel Shulman
  • Start date Start date
S

Samuel Shulman

Hi

I am looking for a simple method to encrypt persistent cookies

Thank you,
Samuel
 
Since a cookie is a string, what you need to do, very simply, is find your
favorite method for encrypting and decrypting strings of text. Then, just
apply this to the cookie value before it is written, or immediately after it
is read.

Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top