Skip to content

red0xff/Idea_Cipher_GO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Idea_Cipher_GO

a Golang implementation of the Idea block cipher (translated from DCPCrypt's implementation of Idea) that can be used with the crypto/cipher package to achieve encryption and decryption in different modes of operation (CBC, CTR, OFB, CFB etc.) (it implements the Block interface)

Why

Because there isn't a publicly avaliable Golang implementation of Idea (or at least I couldn't find one)

About

a Golang implementation of the Idea block cipher (translated from DCPCrypt's implementation of Idea)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages