You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a small learning project to build a backend API Server (GIN) that allow to encrypt strings and save them to a mongodb backend as entcryped key and decrypt them as well with the API.
In the Database the value is entcrypt:
About
In this project I build a litte Key Value Store to train api write skills and learn more about entcrypt and decrypt stuff in appliaction.