Tagged Questions

SCrypt is a key derivation function (KDF) based on the concept of sequential memory-hard functions mostly used for password hashing.

learn more… | top users | synonyms

11
votes
1answer
599 views

.NET implementation of scrypt

I've read about scrypt and some of it's advantages over the bcrypt hashing algorithm in certain circumstances. Anyhow, it seems scrypt isn't as widely used yet. Has anyone seen so far a .NET ...
2
votes
1answer
120 views

sCrypt implementation in JavaScript?

Someone asked about a JavaScript implementation of bCrypt a while back and appears to have written their own code to handle the implementation. Does anyone have an implementation of sCrypt in ...
1
vote
1answer
121 views

scrypt C library

I'm currently developing a C app in which I'll need to hash user's passwords. I know scrypt is currently one of the best methods to "hash" passwords (memory-bound, slow), but I can't seem to find a ...
1
vote
1answer
247 views

django, apache, mod_wsgi and python py-scrypt not working together

I am running a ec2 instance to host some Django websites. The websites are being served by Apache with the use of mod_wsgi Since a few days I am trying to deploy a new webplatform we are developing ...
0
votes
1answer
26 views

scrypt support in Symfony2

Could someone please point out an scrypt bundle for Symfony2 available which could be used? I could not find much information on scrypt (or even bcrypt for Symfony2), and from what I can gather, there ...