From 8135c49e7f36590fb0d7435c2fa5e5398b080341 Mon Sep 17 00:00:00 2001 From: nathan Date: Wed, 29 Mar 2023 19:56:01 +1100 Subject: [PATCH] Update 'README.md' --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e69de29..05c5408 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,7 @@ +Design concepts at https://wiki.coadcorp.com/doc/secrets-management-idea-VGJMey7Wnd + +Provide REST API for CRUD to store and retrieve user/password data for logging into devices. Only password is encrypted, via AES256 GCM. Values stored in sqlite database. + +Requires JWT token to store/retrieve passwords. + +This isn't super secure, probably not even as secure as Hashicorp Vault running in dev mode. \ No newline at end of file