Jump to content

string encryption


The Little Guy

Recommended Posts

Ummm, yes. That is sort of the point of encryption.

 

For more information of types of encryption (as some encryption methods are better than others) see http://en.wikipedia.org/wiki/Encryption

 

EDIT:

For methods of PHP, google can be of some use:

 

http://www.google.com/search?hl=en&source=hp&q=php+encyption+methods&aq=f&aqi=g-sx10&oq=

Link to comment
https://forums.phpfreaks.com/topic/192775-string-encryption/#findComment-1015477
Share on other sites

Is there a way to encrypt a string using a key, and only if you know the key can you decrypt it?

 

No. There are no functions in php for this kind of encryption, but you can find here a list of encryption:

http://www.php.net/manual/en/refs.crypto.php

 

 

Yes there is, I just posted a link to it.

Link to comment
https://forums.phpfreaks.com/topic/192775-string-encryption/#findComment-1019032
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.