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.
-
cipher-blowfish
DISCONTINUED. DEPRECATED by cryptonite; A collection of cryptographic block and stream ciphers in haskell -
cipher-aes
DEPRECATED - use cryptonite - a comprehensive fast AES implementation for haskell that supports aesni and advanced cryptographic modes. -
cipher-aes128
DISCONTINUED. Based on cipher-aes, but using a crypto-api interface and providing resulting IVs for each mode
CodeRabbit: AI Code Reviews for Developers
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of cipher-rc5 or a related project?
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.