https://github.com/xigang/crypto
Go supplementary cryptography libraries
https://github.com/xigang/crypto
aes aes-encryption base64 crypto des-cipher golang md5 rsa sha1 sha256
Last synced: 10 months ago
JSON representation
Go supplementary cryptography libraries
- Host: GitHub
- URL: https://github.com/xigang/crypto
- Owner: xigang
- License: mit
- Created: 2016-04-02T02:30:50.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-04-27T12:40:38.000Z (about 7 years ago)
- Last Synced: 2025-04-08T10:46:16.614Z (about 1 year ago)
- Topics: aes, aes-encryption, base64, crypto, des-cipher, golang, md5, rsa, sha1, sha256
- Language: Go
- Homepage:
- Size: 57.6 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## crypto
[](https://gocover.io/github.com/xigang/crypto?branch=master)
[](https://goreportcard.com/report/github.com/xigang/crypto)
[](https://godoc.org/github.com/xigang/crypto)
Go supplementary cryptography libaraies.
Installation
-----------
```go
go get github.com/xigang/crypto
```
## License
[MIT](https://github.com/xigang/crypto/blob/master/LICENSE)