Skip to content
/ aes Public

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

License

Notifications You must be signed in to change notification settings

Colduction/aes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Languages