This is a discussion on Encryption & Decryption within the PHP Programming forums, part of the Web Development category; hi all, what is encryption & decryption? how many encryption mathods available in PHP?...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Encryption refers to algorithmic schemes that encode plain text into non-readable form or cyphertext, providing privacy. The receiver of the encrypted text uses a "key" to decrypt the message, returning it to its original plain text form. The key is the trigger mechanism to the algorithm. In PHP lot of Encryption Tech available. 1.Mcrypt 2.base64 Thanks |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| What are encryption functions in PHP? | Sabari | PHP Programming | 2 | 09-17-2007 09:53 AM |