tsec.passwordhashers.jca
Members list
Type members
Classlikes
Attributes
- Companion
- object
- Source
- BCrypt.scala
- Supertypes
Attributes
- Companion
- trait
- Source
- BCrypt.scala
- Supertypes
-
trait JCAPasswordPlatform[BCrypt]trait PasswordHashAPI[BCrypt]class Objecttrait Matchableclass Any
- Self type
-
BCrypt.type
Attributes
- Companion
- object
- Source
- HardenedSCrypt.scala
- Supertypes
Attributes
- Companion
- trait
- Source
- HardenedSCrypt.scala
- Supertypes
- Self type
-
HardenedSCrypt.type
Attributes
- Source
- JCAPasswordPlatform.scala
- Supertypes
- Known subtypes
Attributes
- Companion
- object
- Source
- SCrypt.scala
- Supertypes
Attributes
- Companion
- trait
- Source
- SCrypt.scala
- Supertypes
-
trait JCAPasswordPlatform[SCrypt]trait PasswordHashAPI[SCrypt]class Objecttrait Matchableclass Any
- Self type
-
SCrypt.type
SCrypt util scala adaption for Will Glozer's (@wg on github) SCryptUtil, improving on SHA1PRNGs, bad security in particular.
SCrypt util scala adaption for Will Glozer's (@wg on github) SCryptUtil, improving on SHA1PRNGs, bad security in particular.
SCrypt described here: http://www.tarsnap.com/scrypt.html
The hashed output is an extended implementation of the Modular Crypt Format that also includes the scrypt algorithm parameters.
Format: $s0$PARAMS$SALT$KEY
.
<dl>
s0
identifies version 0 of the scrypt format, using a 128-bit salt and 256-bit derived key.
Attributes
- Source
- SCryptUtil.scala
- Supertypes
- Self type
-
SCryptUtil.type
Value members
Concrete fields
https://security.stackexchange.com/questions/17207/recommended-of-rounds-for-bcrypt Default is 10 on most applications
https://security.stackexchange.com/questions/17207/recommended-of-rounds-for-bcrypt Default is 10 on most applications
Attributes
- Source
- package.scala
https://crypto.stackexchange.com/questions/35423/appropriate-scrypt-parameters-when-generating-an-scrypt-hash
https://crypto.stackexchange.com/questions/35423/appropriate-scrypt-parameters-when-generating-an-scrypt-hash
Attributes
- Source
- package.scala
Attributes
- Source
- package.scala
Attributes
- Source
- package.scala
http://www.tarsnap.com/scrypt/scrypt-slides.pdf
Attributes
- Source
- package.scala
Attributes
- Source
- package.scala