-
-
Notifications
You must be signed in to change notification settings - Fork 2
Encrypt everything #3
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfestsecurity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfestsecurity
Currently in
secret.jsonfile, where we are saving the credentials, only the password is getting encrypted using the salt key. But the ideal would be to encrypt every value when saving. It will increase the security of the overall system.