Project Description
Crypt is developed in C#. It's a string encoding tool based on WPF.
It allows to encode a character string using common hash algorithms : Base64, CRC32, DES, MDx, SHA-xxx, TripleDES, UNIXCrypt...
Even if Crypt is a very simple program, it uses a plugin architecture for the different encoding methods.
It allows .NET developers to add their own hash algorithms.
Follow this link for more info :
Extending The Program
This program uses the MiniFramework class library.
Requirements
.NET Framework 3.5 SP1
Current Status
Supported algorithms :
- Base64
- CRC32
- DES & TripleDES
- HTML & XML entities
- LowerCase, TitleCase & UpperCase
- MD2, MD4 & MD5
- SHA1, SHA224, SHA256, SHA384 & SHA512
- UNIXCrypt
Supported languages :
- English
- French
Supported user interfaces :
- Command Line
- Windows Presentation Foundation (WPF)
Screenshot

About the Author
CedX is a french developer, located in Mauguio (34, France).
Follow this link for more info : Author's Web site