all repos — safe @ v0.0.1

easily encrypt and decrypt in go

README (view raw)

 1safe
 2----
 3
 4A simple and intuitive way to encrypt and decrypt sensitive data.
 5
 6
 7USAGE
 8
 9Use NewSafe to create a new entity. You can provide a 32 bytes key or get a random one created.
10If you use a random key, you won't be able to decrypt your data if you lose access to the Safe
11entity or the program is restarted, so it's very recommended you provide your own key.
12
13Check out 'safe_test.go' for some examples.
14
15
16INSTALLING
17
18go get github.com/BiRabittoh/safe
19
20
21LICENSE
22
23safe is licensed under MIT.