Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Refaktor Labs committed Apr 13, 2013
1 parent 6ec6f51 commit ab2f99c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
Rebol2-PBKDF2
=============

This is Implementation of PBKDF2 in Rebol.
This is Implementation of PBKDF2 (Password-Based Key Derivation Function 2) in Rebol 2.

I needed Rebol native "Password-Based Key Derivation Function" for long time. But it turns out it's really easy to implement.
Based on this PHP code, which seemed far the cleanest. https://defuse.ca/php-pbkdf2.htm

Based on this code, which seemed far the cleanest. https://defuse.ca/php-pbkdf2.htm

Conversion to 4 byte endians uses function from wonderful: http://www.codeconscious.com/rebol/tips-and-techniques.html
Conversion to 4 byte endians uses function from: http://www.codeconscious.com/rebol/tips-and-techniques.html

Should be easy to turn to Rebol3 and Red when the time comes.


Status
------

Expand Down

0 comments on commit ab2f99c

Please sign in to comment.