#
hkdf
Here are 29 public repositories matching this topic...
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
Jun 11, 2020 - Java
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
Apr 25, 2020 - C#
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
May 1, 2020 - 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
May 1, 2020 - Java
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
Jun 16, 2019 - JavaScript
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
ncryptf for Java 8+ - Secure API authentication and end to end encryption
-
Updated
Apr 15, 2019 - Java
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 .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 Swift 4+ - Secure API authentication and end to end encryption
-
Updated
Apr 15, 2019 - Swift
Experimental backdoor-resistant salted-HMAC-based Key Derivation function.
-
Updated
Aug 31, 2018 - Rust
dust - A toy crypto library. Completely insecure, totally unsafe, and horribly inefficient.
-
Updated
Feb 20, 2019 - C
Webserver implemented for the Radio Frequency Identification assignment of my graduation.
-
Updated
Feb 8, 2018 - Go
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
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."


To check that all newtypes (
SecretKeys,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.