Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: kdf

noctisynth/oblivion-rust

Rust High Concurrency Implementation of Oblivion, an End-to-End Encryption Protocol Based on ECDHE Encryption Algorithm

Language: Rust - Size: 212 KB - Last synced: about 5 hours ago - Pushed: about 6 hours ago - Stars: 6 - Forks: 1

paulmillr/noble-hashes

Audited & minimal JS implementation of hash functions, MACs and KDFs.

Language: JavaScript - Size: 14.5 MB - Last synced: 9 days ago - Pushed: 14 days ago - Stars: 475 - Forks: 34

richsmith92/kdftool

Language: Rust - Size: 6.84 KB - Last synced: 14 days ago - Pushed: almost 6 years ago - Stars: 0 - Forks: 0

samuel-lucas6/PBKDF1.NET

A .NET implementation of PBKDF1 using SHA512.

Language: C# - Size: 9.77 KB - Last synced: 16 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

samuel-lucas6/NIST-KBKDFs

A .NET implementation of the NIST SP 800-56Cr2 and NIST SP 800-108r1 KDFs.

Language: C# - Size: 16.6 KB - Last synced: 16 days ago - Pushed: 5 months ago - Stars: 1 - Forks: 0

MarkusZoppelt/aes_argon2_trezor

Short demo on how to use AES with Argon2id KDF and Trezor

Language: Jupyter Notebook - Size: 3.91 KB - Last synced: 16 days ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

antelle/argon2-browser

Argon2 library compiled for browser runtime

Language: JavaScript - Size: 3.59 MB - Last synced: 5 days ago - Pushed: about 1 year ago - Stars: 358 - Forks: 79

nakov/Practical-Cryptography-for-Developers-Book

Practical Cryptography for Developers: Hashes, MAC, Key Derivation, DHKE, Symmetric and Asymmetric Ciphers, Public Key Cryptosystems, RSA, Elliptic Curves, ECC, secp256k1, ECDH, ECIES, Digital Signatures, ECDSA, EdDSA

Language: CSS - Size: 4.97 MB - Last synced: 20 days ago - Pushed: about 1 month ago - Stars: 3,263 - Forks: 390

hakavlad/catpig

A memory-hard password-hashing function

Language: Python - Size: 32.2 KB - Last synced: 29 days ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

patrickfav/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.

Language: Java - Size: 2.29 MB - Last synced: 25 days ago - Pushed: 25 days ago - Stars: 456 - Forks: 50

yaosiang/cryptography-course

建議開發者知道的密碼學知識

Language: TypeScript - Size: 101 KB - Last synced: 18 days ago - Pushed: almost 4 years ago - Stars: 20 - Forks: 6

dajiaji/hpke-js

A Hybrid Public Key Encryption (HPKE) module built on top of Web Cryptography API.

Language: TypeScript - Size: 10.4 MB - Last synced: 6 days ago - Pushed: about 1 month ago - Stars: 52 - Forks: 9

abeaumont/ocaml-pbkdf

Password based key derivation functions from PKCS#5, RFC 2898

Language: OCaml - Size: 94.7 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 22 - Forks: 6

samuel-lucas6/scrypt.NET

A .NET implementation of scrypt.

Language: C# - Size: 5.86 KB - Last synced: 16 days ago - Pushed: 4 months ago - Stars: 2 - Forks: 0

openwall/yescrypt

Password-based key derivation function and password hashing scheme building upon scrypt

Language: C - Size: 386 KB - Last synced: about 2 months ago - Pushed: 8 months ago - Stars: 110 - Forks: 6

juanelas/scrypt-pbkdf

A faster JS implementation of the scrypt password-based key derivation function

Language: JavaScript - Size: 1.11 MB - Last synced: 11 days ago - Pushed: 10 months ago - Stars: 18 - Forks: 1

weavejester/crypto-password

Library for securely hashing passwords

Language: Clojure - Size: 153 KB - Last synced: 9 days ago - Pushed: 12 months ago - Stars: 202 - Forks: 15

therealOri/Genter

A strong and customizable password generator made with python3!

Language: Python - Size: 60.9 MB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 32 - Forks: 4

sdrapkin/SecurityDriven.Inferno

:white_check_mark: .NET crypto done right. Professionally audited.

Language: C# - Size: 140 KB - Last synced: 11 days ago - Pushed: 7 months ago - Stars: 565 - Forks: 50

dchest/scrypt-async-js

Fast "async" scrypt implementation in JavaScript

Language: JavaScript - Size: 185 KB - Last synced: about 1 month ago - Pushed: over 5 years ago - Stars: 139 - Forks: 26

jchambers/java-hkdf

A Java implementation of HKDF (RFC 5869)

Language: Java - Size: 26.4 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

jamoes/ecies

Elliptical Curve Integrated Encryption System (ECIES), as specified by SEC 1 - Ver. 2.0

Language: Ruby - Size: 26.4 KB - Last synced: 4 months ago - Pushed: 11 months ago - Stars: 13 - Forks: 4

patrickfav/bkdf

BCrypt based key derivation function to improve BCrypt as a cryptographic primitive for password hashing and key derivation

Language: Java - Size: 390 KB - Last synced: 5 months ago - Pushed: 6 months ago - Stars: 2 - Forks: 2

GeorgyFirsov/kdf-lib

Implementation of key derivation functions (KDF)

Language: CMake - Size: 313 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

ansemjo/stdkdf

derive a key from a salt and a password on the commandline

Language: Shell - Size: 27.3 KB - Last synced: 6 months ago - Pushed: about 1 year ago - Stars: 1 - Forks: 0

patrickfav/hkdf

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

Language: Java - Size: 2.76 MB - Last synced: 5 months ago - Pushed: 6 months ago - Stars: 58 - Forks: 11

vstoykovbg/slowkdf

Slow KDF for serious key stretching based on Scrypt

Language: Python - Size: 129 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 6 - Forks: 2

sug0/passgone

Generate passwords, via mnemonics and counters.

Language: Rust - Size: 20.5 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 2 - Forks: 0

MaxBubblegum47/PyFind

Applied cryptography project. Unimore computer science master degree. Apple find my devices implementation in python

Language: Python - Size: 39.3 MB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 1 - Forks: 0

dcousens/habanero

An attempt-limiting, remote pepper provisioning protocol with a bundled Javascript implementation.

Language: JavaScript - Size: 41 KB - Last synced: 24 days ago - Pushed: 7 months ago - Stars: 1 - Forks: 0

etheodoraki/RSA-from-scratch

RSA Implementation from scratch, using C

Language: C - Size: 22.5 KB - Last synced: 9 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

krysopath/derive

poorman's self sovereign password managment

Language: Go - Size: 59.6 KB - Last synced: 10 months ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

xba/hkdf

HMAC-based Extract-and-Expand Key Derivation Function

Language: Go - Size: 7.81 KB - Last synced: 10 months ago - Pushed: almost 4 years ago - Stars: 1 - Forks: 1

andreimilto/HKDF.Standard

Fast, cross-platform, RFC-compliant implementation of HMAC-based Extract-and-Expand Key Derivation Function (HKDF) in .NET Standard

Language: C# - Size: 1.47 MB - Last synced: 20 days ago - Pushed: over 1 year ago - Stars: 4 - Forks: 0

patrickfav/singlestep-kdf

Implementation of the single-step key derivation function (KDF) as described in NIST Special Publication 800-56C Rev1 supporting messages digest and HMAC.

Language: Java - Size: 2.09 MB - Last synced: 5 months ago - Pushed: about 1 year ago - Stars: 8 - Forks: 1

abeaumont/ocaml-scrypt-kdf

Scrypt key derivation function in pure OCaml as defined in https://tools.ietf.org/html/draft-josefsson-scrypt-kdf-04

Language: OCaml - Size: 93.8 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 18 - Forks: 3

davikawasaki/password-manager-security-class

A password manager written in Python (2.7) with htmlPy using Password-Based Key Derivation Function 2 (PBKDF2), Advanced Encryption Standard (AES) and Secure Hash Algorithm (SHA-256).

Language: Python - Size: 1.22 MB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 6 - Forks: 0

go-encoder/encoder

Perform encryption on information, such as passwords, etc.

Language: Go - Size: 44.9 KB - Last synced: 10 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

sean0x42/kdf 📦

KDF is a JSON based document format that will breathe some life into your documents.

Language: CSS - Size: 701 KB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 1 - Forks: 0

sean0x42/rust-kdf 📦

A Rust library and CLI for parsing and converting KDF documents.

Language: Rust - Size: 31.3 KB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 1 - Forks: 0

EOSBlox/blox-scrypt

A web component that exposes the scrypt password-based KDF

Language: HTML - Size: 28.3 KB - Last synced: 20 days ago - Pushed: almost 6 years ago - Stars: 1 - Forks: 1

samuel-lucas6/HKDF.NET

A .NET implementation of HKDF, with support for SHA256, SHA384, and SHA512.

Language: C# - Size: 37.1 KB - Last synced: 16 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

Kollbii/crypto-kdf

Cryptography project [AGH UST]. Notebook about Key Derivation Functions. Short lab with simple implementation of KDF.

Language: Jupyter Notebook - Size: 134 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

KizzyCode/crypto_api

This crate defines a general purpose API for various cryptographic primitives

Language: Rust - Size: 38.1 KB - Last synced: 14 days ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

xianghuzhao/kdfcrypt

Go library for password hashing with KDF (key derivation function)

Language: Go - Size: 65.4 KB - Last synced: 9 months ago - Pushed: over 4 years ago - Stars: 4 - Forks: 0

D-Nice/argon2_bind

Language: C - Size: 203 KB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 1 - Forks: 1

injcristianrojas/password_storage

Python Notebook-Based password storage algorithm demo

Language: Jupyter Notebook - Size: 30.3 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 1 - Forks: 0

davidvelascogarcia/cryptoSecurityEncoder

cryptoSecurityEncoder: Implementation of data encryption and decryption with AES 256 AND 512 encryption. Data encryption in authenticated mode GCM, CMC, EAX ... Data encryption using KDF key derivation functions.

Language: Python - Size: 2.72 MB - Last synced: 4 months ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

8go/hash_scrypt

Small CLI app in Python to hash passphrase for key derivation based on scrypt, for key derivation, for password stretching, and for hashing.

Language: Python - Size: 43 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

sechosebio/single-step-kdf-nist

Sigle-Step Key-Derivation Function for NodeJS following NIST SP 800-56C

Language: TypeScript - Size: 203 KB - Last synced: about 2 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 1

korniichuk/test-auth

Example application of RESTful authentication with Flask, Elasticsearch, and scrypt KDF

Language: Python - Size: 12.7 KB - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

AntonKueltz/makwa

A password hashing algorithm that supports delegation

Language: Python - Size: 1.95 MB - Last synced: 25 days ago - Pushed: almost 7 years ago - Stars: 0 - Forks: 0

blaufish/scp03_kdf_testvectors

Language: Java - Size: 5.86 KB - Last synced: about 1 year ago - Pushed: about 6 years ago - Stars: 0 - Forks: 0

sundarnagarajan/py-bcrypt

Automatically exported from code.google.com/p/py-bcrypt

Language: C - Size: 49.8 KB - Last synced: about 1 year ago - Pushed: about 8 years ago - Stars: 0 - Forks: 0

nayibor/cakephp_scrpyt

This is a cakephp component which is a wrapper around php-scrypt(https://github.com/DomBlack/php-scrypt)

Language: PHP - Size: 6.84 KB - Last synced: about 1 year ago - Pushed: over 7 years ago - Stars: 0 - Forks: 0