password_compat | Compatibility the password_ * functions | Web Framework library
kandi X-RAY | password_compat Summary
kandi X-RAY | password_compat Summary
[Code Climate] This library is intended to provide forward compatibility with the [password_*] functions that ship with PHP 5.5. See [the RFC] for more detailed information.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of password_compat
password_compat Key Features
password_compat Examples and Code Snippets
Community Discussions
Trending Discussions on password_compat
QUESTION
I am using Encryption Class
in codeigniter. Encryption Class Reference. according to this documentation they used Mcrypt library.
According to PHP Manual PHP Manual Reference at the below you see User Contributed Notes
This extension rely in libmcrypt which is dead, unmaintained since 2007.
Please don't rely on it, consider switching to well maintained alternatives (openssl, crypt, password hashing functions, phpseclib, password_compat...)
My question is
- Is Encryption Class is secure or not?
- If it's secure then how much i rely on this?
- Finally which cipher they used to encryption or decryption? (AES, DES or Triple DES etc.)
I need your experience or Opinion about Encryption Class.
Thanks
...ANSWER
Answered 2017-Sep-27 at 09:03Is Encryption Class is secure or not?
Whether the class is secure is less relevant than what you are using it for. If you want to use if for password encryption, then I'd say no. Encrypting passwords is bad practice. You should hash them. For that I'd suggest to heed the note in the PHP Manual and use the password hashing functions.
If it's secure then how much i rely on this?
How should we know how much you rely on this?
Finally which cipher they used to encryption or decryption? (AES, DES or Triple DES etc.)
The docs you linked state it uses MCRYPT_RIJNDAEL_256
as the default cipher with MCRYPT_MODE_ECB
for the default mode.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install password_compat
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page