#
argon2i
Here are 18 public repositories matching this topic...
Password4j is a user-friendly cryptographic library that supports Argon2, Bcrypt, Scrypt, PBKDF2 and various cryptographic hash functions.
android
java
hashing
verify
builder
awesome
cryptography
algorithms
scrypt
jvm
argon2
salt
password
hash
pbkdf2
bcrypt
sha-256
awesome-list
argon2d
argon2i
argon2id
chf
api-21
scala-sbt
awesome-java
-
Updated
Nov 23, 2021 - Java
The pure-Rust password hashing library running on Argon2.
-
Updated
Oct 30, 2019 - Rust
.NET wrapper around the cryptographic library Monocypher https://monocypher.org/
-
Updated
Feb 27, 2021 - C#
Securely store WordPress user passwords in database with Argon2i hashing and SHA-512 HMAC using PHP's native functions.
-
Updated
Jul 20, 2020 - PHP
This is a class of VBscript functions that can be used for password hashing in Classic ASP. As well as a standard hashing function, Argon2, Bcrypt and PBKDF2 are also supported via COM DLL's.
argon2
md5
pbkdf2
bcrypt
hmac
sha1
sha256
vbscript
sha512
sha384
classic-asp
asp-classic
argon2i
salting
classicasp
password-hashing
-
Updated
Mar 24, 2019 - ASP
goArgonPass is a Argon2 Password utility package for Go using the crypto library package Argon2 designed to be compatible with Passlib for Python and Argon2 PHP. Argon2 was the winner of the most recent Password Hashing Competition. This is designed for use anywhere password hashing and verification might be needed and is intended to replace implementations using bcrypt or Scrypt.
go
golang
argon2
password
password-hash
golang-library
passwords
password-store
argon
go-library
argon2i
argon2id
passlib
password-security
password-hashing
-
Updated
Dec 11, 2020 - Go
An Argon2 implementation for Laravel < 5.6.
-
Updated
Jan 27, 2019 - PHP
A MyBB plugin that upgrades the password hash algorithm and converts old passwords on the fly.
-
Updated
Nov 5, 2021 - PHP
Backend server - restful API for the WOL-Ecosystem/{client}
-
Updated
Apr 7, 2019 - PHP
Argon2 hashing algorithm implemented in VBscript for Classic ASP using a COM DLL
cryptography
dll
argon2
password-hash
vbscript
component-object-model
classic-asp
asp-classic
argon2i
dynamic-link-library
classicasp
password-hashing
-
Updated
Feb 8, 2019 - ASP
Basic password hashing with PHP.
-
Updated
Jan 8, 2019 - PHP
Basic sistem of authentication in php using Argon2i for data encription
-
Updated
Dec 27, 2020 - PHP
Basic password hashing with PHP.
-
Updated
Dec 25, 2018 - PHP
Improve this page
Add a description, image, and links to the argon2i topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the argon2i topic, visit your repo's landing page and select "manage topics."
To check that all newtypes (
SecretKey
s,Poly1305
, etc.) implement the correct traits, new testing functions are needed.For example
fn test_traits_secret_key<Secret: Debug + Drop + PartialEq>() {}
could be used to check that a secret key implements the needed traits in a test like so: