24
README.md
24
README.md
@ -1 +1,23 @@
|
|||||||
# go-transcrypt
|
# go-transcrypt
|
||||||
|
|
||||||
|
This library enables the encryption/decryption of arbitrary data into a hex-encoded string for safe on-disk storage.
|
||||||
|
|
||||||
|
[](https://pkg.go.dev/github.com/jantytgat/go-transcrypt)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Basics
|
||||||
|
|
||||||
|
### Add the package to your project
|
||||||
|
|
||||||
|
```bash
|
||||||
|
go get github.com/jantytgat/go-transcrypt
|
||||||
|
```
|
||||||
|
|
||||||
|
### Import
|
||||||
|
|
||||||
|
Next, you can manually add the import statement to your ```.go```-file, or have it added automatically when using it.
|
||||||
|
|
||||||
|
```text
|
||||||
|
import github.com/jantytgat/go-transcrypt
|
||||||
|
```
|
Reference in New Issue
Block a user