Skip to content

lathspell/kotlin_crypt3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

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