1
0
mirror of https://github.com/Binject/awesome-go-security.git synced 2025-02-19 22:05:11 +02:00

adds github.com/minio/sio

This commit is contained in:
jean kahrs 2019-02-28 09:45:24 +01:00
parent 432b1a83d8
commit ba18775587

View File

@ -16,6 +16,7 @@ Pulled from collections such as [awesome-go](https://github.com/avelino/awesome-
* [passlib](https://github.com/hlandau/passlib) - Futureproof password hashing library.
* [saltpack](https://github.com/keybase/saltpack) - Modern crypto messaging format.
* [simple-scrypt](https://github.com/elithrar/simple-scrypt) - Scrypt package with a simple, obvious API and automatic cost calibration built-in.
* [sio](https://github.com/minio/sio) - Go implementation of the Data At Rest Encryption ([DARE](https://blog.minio.io/data-at-rest-encryption-done-right-7446c644ddb6)) format.
## Packers / Obfuscators