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 Quote 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. Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.