ShaneTracey7 / tweeter

0 stars 0 forks source link

encrypt passwords #50

Open ShaneTracey7 opened 1 month ago

ShaneTracey7 commented 1 month ago

-this has to be done before saving to database (after the sign up form has been validated -had to be done to check login passwords

ShaneTracey7 commented 1 month ago

good article for JS to python encryption/decryption https://medium.com/@sachadehe/encrypt-decrypt-data-between-python-3-and-javascript-true-aes-algorithm-7c4e2fa3a9ff

ShaneTracey7 commented 1 month ago

need to find a way to copy encryption library into TS service so I can use it how I want, currently have to add it within a script tag, which defeats the purpose