Skip to content

lathspell/kotlin_crypt3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4911e95 · Mar 4, 2016

History

3 Commits
Mar 4, 2016
Mar 4, 2016
Mar 4, 2016
Mar 4, 2016
Mar 4, 2016

Repository files navigation

libc compatible crypt(3) implementation in Kotlin

This implementation of the libc crypt(3) function supports the following hash algorithms:

  • DES based traditional Unix crypt using two characters as salt
  • MD5 based crypt using salt values starting with "$1$"
  • SHA-256 based crypt using salt values starting with "$5$"
  • SHA-512 based crypt using salt values starting with "$6$"

About

crypt(3) implementation in Kotlin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages