One-Time-Secret sharing platform with a symmetric 256bit AES encryption in the browser
Go to file
Knut Ahlers ee533e6c88
React to hash changes
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-08-03 19:44:13 +02:00
frontend React to hash changes 2017-08-03 19:44:13 +02:00
.gitignore Initial API 2017-08-03 14:13:53 +02:00
.repo-runner.yaml Add automated building 2017-08-03 18:34:18 +02:00
api.go Return 404 on not existent secret 2017-08-03 18:20:21 +02:00
assets.go React to hash changes 2017-08-03 19:44:13 +02:00
CONTRIBUTING.md Initial API 2017-08-03 14:13:53 +02:00
LICENSE Initial API 2017-08-03 14:13:53 +02:00
main.go Add frontend 2017-08-03 18:32:30 +02:00
Makefile Add automated building 2017-08-03 18:34:18 +02:00
storage_mem.go Initial API 2017-08-03 14:13:53 +02:00
storage_redis.go Return 404 on not existent secret 2017-08-03 18:20:21 +02:00
storage.go Initial API 2017-08-03 14:13:53 +02:00