Skip to content

cfPassphrase is a library for securely hashing and checking passwords/passphrases using proven industry standard algorithms. It aims to provide a simple and common implementation that can be used in any CFML engine.

License

Notifications You must be signed in to change notification settings

cmcgowanprovidertrust/cfpassphrase

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

cfPassphrase v0.1

DESCRIPTION

cfPassphrase is a library for securely hashing and checking passphrases using proven industry standard algorithms. It aims to provide a simple and common implementation that can be used in any CFML engine.

Further details of what it provides can be found on the wiki: https://github.com/boughtonp/cfpassphrase/wiki

STATUS

Version: 0.1 Released: 2015-02-22

To check latest release, visit http://sorcerersisle.com/projects:cfpassphrase.html

REQUIREMENTS

cfPassphrase is intended to run on any CFML engine.

At present, it has been tested with the latest stable releases, namely:

  • ColdFusion 11 (11,0,04,293328)
  • ColdFusion 10 (10,0,15,292620)
  • ColdFusion 9 (9,0,1,274733)
  • OpenBD 3.2 (nightly 2015-02-22)
  • OpenBD 3.1 (nightly 2013-03-12)
  • Railo 4.2 (4.2.2.004)
  • Lucee 4.5 (4.5.1.000)

If you have issues getting it to work, please log them at:

https://github.com/boughtonp/cfpassphrase/issues

LICENSING

cfPassphrase is a project created and maintained by Peter Boughton, licensed under the LGPLv3 (read license.txt for details).

The project gratefully makes use of the third-party software detailed below, each available individually under their respective licenses.

jBCrypt v0.3 (mindrot.org/projects/jBCrypt)

Java PBKDF2 (crackstation.net/hashing-security.htm)

Java SCrypt (github.com/wg/scrypt)

/eof

About

cfPassphrase is a library for securely hashing and checking passwords/passphrases using proven industry standard algorithms. It aims to provide a simple and common implementation that can be used in any CFML engine.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 90.3%
  • ColdFusion 9.7%