#
hkdf
Here are 38 public repositories matching this topic...
A modern and easy-to-use cryptographic library for .NET Core based on libsodium
security
cryptography
crypto
encryption
csharp
aead
dotnet
hash
libsodium
dotnet-core
ed25519
curve25519
aes-gcm
hmac
hkdf
x25519
chacha20-poly1305
blake2b
sha256
sha512
-
Updated
May 13, 2022 - C#
A shared preference implementation for confidential data in Android. Per default uses AES-GCM, BCrypt and HKDF as cryptographic primitives. Uses the concept of device fingerprinting combined with optional user provided passwords and strong password hashes.
android
security
cryptography
crypto
sharedpreferences
bcrypt
aes-gcm
hkdf
aes-encryption
authenticated-encryption
-
Updated
Nov 13, 2021 - Java
A standalone Java 7 implementation of HMAC-based key derivation function (HKDF) defined in RFC 5869 first described by Hugo Krawczyk. HKDF follows the "extract-then-expand" paradigm which is compatible to NIST 800-56C Rev. 1 two step KDF
java
nist
cryptography
hash
hmac
hkdf
kdf
java7
rfc5869
jdk7
hmac-sha1
hmac-sha512
hmac-sha256
android-compatibility
key-derivation-function
800-56c
two-step-key-derivation
-
Updated
Jun 4, 2022 - Java
IDMask is a Java library for masking internal ids (e.g. from your DB) when they need to be published to hide their actual value and to prevent forging. It has support optional randomisation has a wide support for various Java types including long, UUID and BigInteger. This library bases its security on strong cryptographic primitives.
hashids
obfuscation
uuid
serializer
jax-rs
id
jackson
hmac
hkdf
biginteger
aes-encryption
long
integer
byte-array
hashid
database-ids
64bit
paramconverter
-
Updated
Nov 29, 2020 - Java
elliptic-curve cryptography
cryptography
authentication
ed25519
hkdf
opaque
elliptic-curves
proxy-re-encryption
threshold-cryptography
oprf
pake
bls-signature
elliptic-curve-cryptography
threshold-signature
bls12-381
ristretto255
pairing-based-cryptography
apake
-
Updated
Mar 4, 2022 - C
ncryptf for PHP - Secure API authentication and end to end encryption
-
Updated
Apr 15, 2019 - PHP
A Node.js ECDH and RSA helper library.
jwt
encryption
ecc
rsa
hash
aes-gcm
hmac
hkdf
jsonwebtoken
rsa-signature
jws
nodejs-modules
elliptic-curve-diffie-hellman
rsa-cryptography
ksuid
-
Updated
Feb 20, 2022 - JavaScript
ncryptf for Java 8+ - Secure API authentication and end to end encryption
-
Updated
Apr 15, 2019 - Java
Forge "no password on the wire" authentication challenges.
golang
challenge
jwt
authentication
scrypt
snappy
ed25519
hkdf
token
golang-library
blake2s
zero-knowledge
pbkdf
-
Updated
Jun 1, 2020 - Go
Fast, cross-platform, RFC-compliant implementation of HMAC-based Extract-and-Expand Key Derivation Function (HKDF) in .NET Standard
csharp
unity
uwp
mono
hmac
hkdf
kdf
net-standard
rfc5869
net-core
net-framework
key-derivation
blazor-webassembly
net-5
-
Updated
Jan 4, 2022 - C#
A shared preference implementation for confidential data. Per default uses AES-GCM, BCrypt and HKDF as cryptographic primitives. Uses the concept of Fingerprinting combined with optional user provided passwords.
-
Updated
Jan 4, 2018 - Java
ncryptf for .Net Core 2.1+
c-sharp
api
security
authentication
dotnetcore
libsodium
dotnet-core
sodium
hmac
hkdf
end-to-end-encryption
ncryptf
-
Updated
Oct 18, 2018 - C#
ncryptf for Android, written in Kotlin
android
kotlin
api
security
authentication
kotlin-android
sodium
hmac
hkdf
end-to-end-encryption
ncryptf
libsoidum
-
Updated
Apr 15, 2019 - Kotlin
ncryptf for Swift 4+ - Secure API authentication and end to end encryption
-
Updated
Apr 15, 2019 - Swift
Improve this page
Add a description, image, and links to the hkdf topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hkdf topic, visit your repo's landing page and select "manage topics."
The
Hasherenum for BLAKE2b does not derive any of the common traits found elsewhere for public items. It should at the very least implementDebugand probably alsoPartialEq.