What do you guys use for password hashing?

This page summarizes the projects mentioned and recommended in the original post on /r/scala

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • scalapass

    Useful tools for managing storage and validation of passwords in Scala applications

  • I wrote and use this primarily: https://github.com/outr/scalapass

  • bcrypt

    A Java standalone implementation of the bcrypt password hash function. Based on the Blowfish cipher it is the default password hash algorithm for OpenBSD and other systems including some Linux distributions. Includes a CLI Tool. (by patrickfav)

  • BCrypt: https://github.com/patrickfav/bcrypt

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • argon2-jvm

    Argon2 Binding for the JVM

  • zio-crypto

    Fast, secure cryptographic primitives in a ZIO & ZIO Streams friendly package.

  • pbkdf2-scala

    PBKDF2 implementation in Scala

  • On my previous job https://github.com/nremond/pbkdf2-scala is used

  • Tink

    Discontinued Tink is a multi-language, cross-platform, open source library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts