vagnerwentz / visualizesse

0 stars 0 forks source link

Improve password encryption. #1

Open vagnerwentz opened 5 months ago

vagnerwentz commented 5 months ago

Should improve the password encryption. Nowadays the way passwords are encrypted it is by hash SHA-1 algorithm, but it is clear that encryption can be improved.

Questions:

  1. Change the hash algorithm is it a good way?
  2. About the key to encrypt/decrypt the password, where can we store it?
  3. About security, do you think everything about user/password/encryption should be in other project?

It should be nice:

Tips:

  1. The file about encryption it is EncryptationManager.cs and you can find it at Visualizesse.Domain.Helpers.