2022-03-22 20:28:19 +00:00
2017-04-10 22:02:42 +01:00
2022-03-22 20:27:17 +00:00
2022-03-22 20:28:19 +00:00
2022-03-22 20:28:19 +00:00
2022-03-22 20:09:59 +00:00
2022-03-22 20:27:17 +00:00
2017-04-07 23:19:03 +01:00

Vault

To build the vault you'll need to use the makefile. From the root of this project run make build. To run the app make start To stop the app make stop

Routes

POST "/"

{
	"data": "Test Data",
	"ttl": 30
}

POST "/decrypt"

{
  "vault": "3HXCBDkcT7R2ub39FXluykb_SZmC2udY09R-F1UuEnnTaekT60T6LbhUf_llovadxRg3w1ZL_krFsyoHodpvqeNpuXGsdMoHAVxJMhZpBOzH",
  "key": "efc927b61eab7f9cc3bd274b40330956"
}
Description
vault
Readme 3.2 MiB
Languages
Go 87.7%
Makefile 7.5%
Dockerfile 4.8%