Guest User

Untitled

a guest
Feb 23rd, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. Last name (Plain text)
  2. First name (Plain text)
  3. Email (Plain text and indexed)
  4. Password (Hashed with CRYPT_BLOWFISH method)
  5.  
  6. Last name (encrypted with openssl_encrypt)
  7. First name (encrypted with openssl_encrypt)
  8. Email (Hashed with CRYPT_BLOWFISH method)
  9. Password (Hashed with CRYPT_BLOWFISH method)
Add Comment
Please, Sign In to add comment