All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.t3hnar.bcrypt.BCrypt.scala Maven / Gradle / Ivy

The newest version!
package com.github.t3hnar.bcrypt

import org.mindrot.jbcrypt.{BCrypt => B}

/**
 * @author Yaroslav Klymko
 */
object BCrypt {
  def gensalt(rounds: Int = 10): String = B.gensalt(rounds)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy