GDcheeriosYT / website-project

https://gdcheerios.com
0 stars 0 forks source link

Replace encryption of passwords for hashing #98

Closed GDcheeriosYT closed 2 years ago

GDcheeriosYT commented 2 years ago

Since encryption is backwards compatible it's not really recommended because if someone were to find the key they could get access to all the passwords. Therefore I will replace it with hashing as it is a one way thing, you can't find the original from it.