An open API service indexing awesome lists of open source software.

https://github.com/null-none/scrypt

Encrypt data with password
https://github.com/null-none/scrypt

encrypt go golang

Last synced: about 1 year ago
JSON representation

Encrypt data with password

Awesome Lists containing this project

README

          

# scrypt
Encrypt data with password

```bash
go get -u golang.org/x/crypto/scrypt
go run scrypt.go
```

```
Enter password and text for encryption
---------------------
Password -> test
Data -> test
ciphertext: bc73454392d981a41fc3e36e8c9d547028ed02524bcfb7f112c683a8ac649786f56ffa591e0527a74d679b841d3e625f96541dc170a245c5df4818233e3f3d22
plaintext: test
```