Skip to content

fegu/cipher-rc5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cipher-rc5

Haskell implementation of RC5 This implementation supports all the standard block lengths of 32, 64 & 128 bits. It even includes support for non-standard (not recommended) 16bit blocks.

In addition to being useful when required for e.g. legacy integration, this cipher's option of short block lengths makes it useful for encrypting small data such as database primary keys before display.

About

Pure Haskell implementation of RC5

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published