sghaskell / rest-storage-passwords-manager

Splunk app with Javascript CRUD interface to storage/passwords REST endpoint
8 stars 5 forks source link

Password not being encrypted or in the plain text format is security concern. #7

Open sumang99 opened 2 years ago

sumang99 commented 2 years ago

@sghaskell Thanks for the app it's really very help to use with the Curl command on the SHC but the passwords stored in the app is in plain text format which my compliance team is calling it as a security risk. Can you actually make the password encrypted on the app so it's secured and not visible to anyone in the plain text format?