Skip to content

solarce/yescrypt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yescrypt

Build Status

This repository holds my implementations of the yescrypt algorithm done for Google Summer of Code 2015.

Documentation

Here are some useful yescrypt and scrypt links:

Optimization

Currently, none of the implementations are optimized.

Using a non-optimized implementation in production is a security weakness. This is because you are forced to use weaker parameters than you could have with an optimized implementation, and therefore the attacker has more of an advantage.

Use an optimized native implementation if possible.

Audit Status

None of the code in this repository has been professionally reviewed. The code here should be considered experimental and not used in production until this notice is removed.

Reporting Security Bugs

Please disclose bugs publicly by opening an issue on GitHub. If you need to disclose privately for some reason, or don't have a GitHub account, you can find my contact information here.

About

Non-C Implementations of the yescrypt KDF.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 83.5%
  • PHP 10.3%
  • Ruby 4.6%
  • Makefile 1.4%
  • Shell 0.2%