This is a mirror of official site: http://jasper-net.blogspot.com/

BCrypt.Net

| Sunday, December 19, 2010
Project Description
A .Net port of jBCrypt implemented in C#. It uses a variant of the Blowfish encryption algorithm’s keying schedule, and introduces a work factor, which allows you to determine how expensive the hash function will be, allowing the algorithm to be "future-proof".

Details
This is a direct port of jBCrypt written by Damien Miller. The easiest way to verify BCrypt.Net's parity with jBCrypt is to compare the unit tests.

For an overview of why BCrypt is important see How to Safely Store a Password

Read more: Codeplex

Posted via email from .NET Info

0 comments: