Popularity
2.5
Declining
Activity
0.0
Stable
1
3
1

Monthly Downloads: 15
Programming language: - - -
License: BSD 3-clause "New" or "Revised" License
Tags: Cryptography     Cipher    

cipher-rc5 alternatives and similar packages

Based on the "cipher" category.
Alternatively, view cipher-rc5 alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of cipher-rc5 or a related project?

Add another 'cipher' Package

README

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.