#
hkdf
Here are 35 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
Mar 9, 2021 - 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
Jun 16, 2021 - 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
Nov 29, 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
Nov 29, 2020 - Java
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
Nov 28, 2020 - JavaScript
ncryptf for PHP - Secure API authentication and end to end encryption
-
Updated
Apr 15, 2019 - PHP
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
Linux command line encryption program (encrypting / decrypting files, or folders) using AES-256-GCM (Galois Counter Mode) as an encryption algorithm and SHA-256 as HKDF (Key Derivation Function based on HMAC).
-
Updated
Mar 31, 2021 - C++
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#
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 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
elliptic-curve cryptography
javascript
c
java
cryptography
authentication
webassembly
ed25519
hkdf
opaque
elliptic-curves
proxy-re-encryption
oprf
pake
elliptic-curve-cryptography
bls12-381
ristretto255
pairing-based-cryptography
apake
-
Updated
Jul 30, 2021 - C
ncryptf for Swift 4+ - Secure API authentication and end to end encryption
-
Updated
Apr 15, 2019 - Swift
Fast, RFC compliant and easy to use 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
Feb 3, 2021 - C#
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.