Welcome Guest, Not a member yet? Register   Sign In
Decrypt of encryption Codeigniter library's use javascript
#1
Question 

I have a string of results encrypt encryption Codeigniter library's.
How can I use javascript to decrypt?
This is my setup:
$ Autoload ['libraries'] = array ('encryption');
$ Config ['encryption_key'] = '123456789';
$ Password_encrypted = $ this-> encryption-> encrypt ($ password);
I want to decrypt $password_encrypted uses javascript.
Can it be done?
Reply
#2

(This post was last modified: 03-04-2016, 01:46 PM by arma7x.)

Don't use encryption for hash password, use password_hash() or appropriate method for hashing password.
KeepĀ calm.
Reply
#3

(03-04-2016, 01:39 PM)arma7x Wrote: Don't use encryption for hash password, use password_hash() or appropriate method for hashing password.

OK I will try it
what a difference using encryption to encrypt passwords and password_hash ()?
Reply
#4

http://stackoverflow.com/questions/32669...rypting-it
KeepĀ calm.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB