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

https://github.com/colduction/aes

Package for both encrypt and decrypt data using AES algorithm written in Go
https://github.com/colduction/aes

aes aes-algorithm encryption go golang

Last synced: 2 months ago
JSON representation

Package for both encrypt and decrypt data using AES algorithm written in Go

Awesome Lists containing this project

README

          

# aes

Package for both encrypt and decrypt data using AES algorithm written in Go

## Installation

Use `go get` command:

go get -u github.com/colduction/aes

## TODO

- [ ] CMAC
- [ ] GCM-SIV
- [ ] SIV
- [ ] PCBC

## Modes

- CBC
- CFB
- CTR
- ECB
- GCM
- OFB

## Padding styles

- ANSI X9.23
- Bit padding
- ISO/IEC 7816-4
- ISO 10126
- PKCS#5
- PKCS#7
- Zero padding