BrettHartel Posted December 18, 2012 Share Posted December 18, 2012 Thanks for taking the time to help me I have created a working user/password system with bcrypted passwords! That is called hashtaggin But, how to I encrypt e-mails, usernames, or other information that I want secured, but also want to be able to decrypt? Im not sure what to be searching for. Where do I start? Sincerely, Brett Hartel Link to comment https://forums.phpfreaks.com/topic/272119-what-is-it-called-when-i-want-to-encrypt-a-user-input/ Share on other sites More sharing options...
Pikachu2000 Posted December 18, 2012 Share Posted December 18, 2012 It's called hashing, not hash tagging. The result is a hash value, not a hash tag. If you want to encrypt something, you use encryption such as AES256, 3DES, etc. Link to comment https://forums.phpfreaks.com/topic/272119-what-is-it-called-when-i-want-to-encrypt-a-user-input/#findComment-1399982 Share on other sites More sharing options...
BrettHartel Posted December 18, 2012 Author Share Posted December 18, 2012 Thank you Link to comment https://forums.phpfreaks.com/topic/272119-what-is-it-called-when-i-want-to-encrypt-a-user-input/#findComment-1399983 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.