Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists tagged with pbkdf2

A curated list of projects in awesome lists tagged with pbkdf2 .

https://github.com/digitalbazaar/forge

A native implementation of TLS in Javascript and tools to write crypto-based and network-heavy webapps

aes asn1 certificate cipher crypto cryptography csr hmac javascript md5 message-digest pbkdf2 pkcs pkcs1 pkcs12 pkcs7 sha1 sha256 tls x509

Last synced: 18 Jan 2025

https://github.com/riverrun/comeonin

Password hashing specification for the Elixir programming language

argon2 bcrypt elixir pbkdf2

Last synced: 14 Jan 2025

https://github.com/7thSamurai/steganography

Simple C++ Image Steganography tool to encrypt and hide files insde images using Least-Significant-Bit encoding.

aes cryptography encryption pbkdf2 sha256 steganography steganography-tools

Last synced: 18 Nov 2024

https://github.com/Daninet/hash-wasm

Lightning fast hash functions using hand-tuned WebAssembly binaries

argon2 bcrypt browser fast hash hmac javascript keccak md5 pbkdf2 scrypt sha1 sha256 sha3 sha512 sm3 typescript wasm webassembly xxhash

Last synced: 30 Oct 2024

https://github.com/daninet/hash-wasm

Lightning fast hash functions using hand-tuned WebAssembly binaries

argon2 bcrypt browser fast hash hmac javascript keccak md5 pbkdf2 scrypt sha1 sha256 sha3 sha512 sm3 typescript wasm webassembly xxhash

Last synced: 14 Jan 2025

https://github.com/spaze/hashes

Magic hashes – PHP hash "collisions"

bcrypt collision detection md5 pbkdf2 php plaintext sha1

Last synced: 17 Jan 2025

https://github.com/paulmillr/noble-hashes

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

argon2 blake2 blake3 crypto cryptography hash hashing hkdf hmac kangarootwelve kdf keccak pbkdf2 ripemd160 scrypt sha1 sha256 sha3 sha512

Last synced: 14 Jan 2025

https://github.com/bndw/pick

A secure and easy-to-use CLI password manager for macOS and Linux

aes-gcm chacha20-poly1305 cli crypto linux macos openpgp password password-manager pbkdf2 scrypt security

Last synced: 27 Oct 2024

https://github.com/wbond/oscrypto

Compiler-free Python crypto library backed by the OS, supporting CPython and PyPy

3des aes cryptography des dsa ecdsa oaep pbkdf2 pkcs12 pkcs1v15 pkcs8 pss python rc2 rc4 rsa tls x509

Last synced: 17 Jan 2025

https://github.com/peculiarventures/webcrypto

A WebCrypto Polyfill for NodeJS

aes crypto des ec hmac pbkdf2 rsa sha webcrypto

Last synced: 18 Jan 2025

https://github.com/PeculiarVentures/webcrypto

A WebCrypto Polyfill for NodeJS

aes crypto des ec hmac pbkdf2 rsa sha webcrypto

Last synced: 24 Nov 2024

https://github.com/anaskhan96/go-password-encoder

Go package to encode (with random generated salt) and verify passwords

encoding go golang hash pbkdf2

Last synced: 27 Dec 2024

https://github.com/dchest/scrypt-async-js

Fast "async" scrypt implementation in JavaScript

cperciva crypto javascript kdf pbkdf2 scrypt

Last synced: 18 Jan 2025

https://github.com/supernomad/quantum

A lightweight, encrypted, WAN oriented, software defined network device.

aes-gcm dtls ecdh encryption etcd openssl pbkdf2 sdn snappy software-defined-network

Last synced: 15 Nov 2024

https://github.com/alexandrevicenzi/unchained

Secure password hashers for Go compatible with Django

argon2 bcrypt django django-hashers go golang hashes password password-hash pbkdf2

Last synced: 28 Oct 2024

https://github.com/racum/rust-djangohashers

A Rust port of the password primitives used in Django Project.

algorithm argon2 bcrypt cryptography django hashes password password-hash pbkdf2 rust rust-port

Last synced: 27 Oct 2024

https://github.com/leocavalcante/password-dart

A set of high-level APIs over PointyCastle and CryptoUtils to hash and verify passwords securely.

cryptography dart digest hash password pbkdf2

Last synced: 20 Oct 2024

https://github.com/zitadel/passwap

Package passwap provides a unified implementation between different password hashing algorithms. It allows for easy swapping between algorithms, using the same API for all of them.

argon2 bcrypt go hashing md5-crypt passlib password pbkdf2 scrypt

Last synced: 15 Jan 2025

https://github.com/aykxt/crypto

🔐 Fast crypto library for Deno written in pure Typescript. AES, Blowfish, CAST5, DES, 3DES, HMAC, HKDF, PBKDF2

3des aes blowfish cast5 cbc cfb ciphers crypto ctr deno des ecb hkdf hmac ofb pbkdf2 typescript

Last synced: 28 Oct 2024

https://github.com/perry-mitchell/iocane

An odorless, tasteless NodeJS crypto library that dissolves instantly in liquid

crypto-js decryption encoding encryption hmac nodejs pbkdf2 security subtlecrypto web

Last synced: 01 Nov 2024

https://github.com/qaware/heimdall

Secure Password Storage

algorithm hash heimdall pbkdf2 security

Last synced: 06 Nov 2024

https://github.com/ron4fun/SharpHash

SharpHash is a C# hashing library which provides an easy to use interface for computing hashes and checksums of data. It also supports state based (incremental) hashing.

argon2 blake2 blake3 crc crypto cryptography has160 hash haval hmac pbkdf2 scrypt sha-algorithms sha256 siphash snefru tiger2 whirlpool xof

Last synced: 14 Nov 2024

https://github.com/IcyDrae/vaults

Password manager featuring client-side encryption, vaults, folders and more.

aes-256 mobilefirst password-generator password-manager pbkdf2 php php8 spa symfony vuejs3 vuex

Last synced: 11 Nov 2024

https://github.com/joeymeyer/pbkdf2-wrapper

An Objective-C interface for the PBKDF2 implementation in CommonCrypto.

commoncrypto ios macos objective-c pbkdf2 watchos

Last synced: 21 Dec 2024

https://github.com/xros/py_django_crack

Crack the django password on the way. By default Django use pbkdf2 and sha256 method to encrypt user's password. Once get the password stored in the database table, you need to compare it with others if brute force cracking. It is recommended that you use hash table comparison. The tool 'rainbow crack' can generate rainbow hash tables while another tool 'hashcat' brute-force cracks password from a dictionary alive. Because django uses PBKDF2(Password-Based Key Derivation Function), it would take too long to generate a password.

crack django django-password hashcat password-encryption pbkdf2 py-django-crack rainbow-table

Last synced: 12 Oct 2024

https://github.com/masterflomaster1/jfxcrypto

🔐 150+ Algorithms, Reactive GUI, and More: Text & File Encryption, Hashing, MAC, Key Generation, and Password Strength Evaluation. JCA, JCE with Bouncy Castle

aes aes-256 chacha20 cipher encryption enigma gui hash hmac java javafx md5 mvvm password pbkdf2 rc4 reactive salsa20 security sha-256

Last synced: 22 Nov 2024

https://github.com/aldy505/phc-crypto

Hashing algorithms simplified (supports Argon2, Bcrypt, Scrypt, and PBKDF2)

argon2 bcrypt crypto cryptography go golang hash pbkdf2 phc scrypt

Last synced: 01 Nov 2024

https://github.com/tayloraswift/swift-hash

hashes, checksums, and hextools for server applications

crc crc32 hash hmac hmac-sha256 pbkdf2 pbkdf2-sha-256 server-side-swift sha2 sha256 swift

Last synced: 28 Oct 2024

https://github.com/simplyhexagonal/string-crypto

Small and simple (yet secure) library to encrypt and decrypt strings using PBKDF2 for key derivation and AES (defaulted to 256-bit / SHA512)

aes crypto cryptography javascript javascript-library pbkdf2 rollup runkit string-crypto typescript

Last synced: 25 Dec 2024

https://github.com/vmwavie/boilerplate-nestjs

first version in code, please wait to contribute.

aes256 nodejs open-source payment-system pbkdf2

Last synced: 14 Nov 2024

https://github.com/brunocampos01/encrypt-file

:lock: :page_with_curl: CLI to encrypt or decrypt files with only one command.

aes aes-encryption aes-gcm decrypt decryption encrypt encryption encryption-decryption pbkdf2 pip python security security-tools sha256

Last synced: 16 Nov 2024

https://github.com/simonepri/upash-cli

🌌 Hash password directly from your terminal

argon2 bcrypt cli hashing nodejs password pbkdf2 scrypt secure unified universal upash

Last synced: 15 Jan 2025

https://github.com/simonepri/phc-pbkdf2

🔒 Node.JS PBKDF2 password hashing algorithm following the PHC string format.

hash hashing nodejs password pbkdf2 secure

Last synced: 15 Jan 2025

https://github.com/dsoprea/RijndaelPbkdf

Pure-Python Rijndael and PBKDF2 package. Python2 and Python3 compatible.

pbkdf2 python rijndael

Last synced: 31 Oct 2024

https://github.com/elliotwutingfeng/2fas-backup-decryptor

CLI tool to decrypt backup files exported from the 2FAS Authenticator app. This application is neither affiliated with Two Factor Authentication Service, Inc. nor 2FAS.

2fa 2fas aes aes-gcm android backup cryptography cybersecurity decryption encrypt encryption hmac-sha256 ios linux macos otp pbkdf2 security totp windows

Last synced: 11 Nov 2024

https://github.com/gearnode/erl-pkcs5

PKCS#5 algorithms in Erlang

erlang pbkdf pbkdf2 pkcs5

Last synced: 14 Nov 2024

https://github.com/dsoprea/rijndaelpbkdf

Pure-Python Rijndael and PBKDF2 package. Python2 and Python3 compatible.

pbkdf2 python rijndael

Last synced: 05 Jan 2025

https://github.com/curzon01/mysql_pbkdf2

A PBKDF2 key function implementation for MySQL

algo hash mariadb mysql mysql-pbkdf2 pbkdf2 pbkdf2-key salt

Last synced: 10 Nov 2024

https://github.com/wuriyanto48/go-pbkdf2

a Go package for hash and verify a password using PBKDF2

cryptography encrypt go golang golang-application golang-examples golang-library pbkdf2

Last synced: 12 Oct 2024

https://github.com/kudos/passwords

Passwords is a Python library with a standard and simple interface to cryptographic hashing functions for passwords

passwords pbkdf2 python

Last synced: 07 Nov 2024

https://github.com/esl/fast_pbkdf2

Erlang's best pbkdf2 implementation

erlang pbkdf2

Last synced: 11 Nov 2024

https://github.com/aswinbennyofficial/sushi

A web platform enabling users to save SSH credentials and access remote machines securely through a web-based terminal, providing SSH access even via smartphones.

go go-chi golang gorilla-websocket hacktoberfest linux pbkdf2 pgx pgxpool postgres postgresql ssh ssh-server websocket xterm xterm-js zerolog

Last synced: 18 Nov 2024

https://github.com/riotkit-org/gpbkdf2

PBKDF2 key encoder for use in shell. Single, tiny binary. Written in Go.

aes aes-256 aes-256-cbc cbc cbc-mode crypto go openssl pbkdf2 pbkdf2-cli security

Last synced: 06 Dec 2024

https://github.com/digitaledgeit/easy-encryption

A wrapper around the built-in crypto module that makes encryption easy in Node.js.

aes-encryption cipher ciphertext dictionary-attack encryption nodejs pbkdf2

Last synced: 13 Nov 2024

https://github.com/sigmanificient/pbkdf2-reboot

An modernised `pbkdf2` module for python

hashing hashing-algorithm pbkdf2 pbkdf2-implementation python3

Last synced: 06 Nov 2024

https://github.com/detherminal/safedata

A Simple, Open-Source And Secure Password Manager For Android.

aes aes-256 android java password password-manager pbkdf2 xml

Last synced: 06 Nov 2024

https://github.com/brycx/test-vector-generation

Various generated test vectors.

hkdf pbkdf2 sha256 sha384 sha512 test-vectors

Last synced: 03 Dec 2024

https://github.com/vladimiry/fs-json-store-encryption-adapter

Encryption adapter for https://github.com/vladimiry/fs-json-store

adapter aes-256 argon2 buffer encryption key-derivation pbkdf2 preset sodium

Last synced: 16 Nov 2024

https://github.com/togatech/tenvoy

PGP, NaCl, and PBKDF2 in node.js and the browser (hashing, random, encryption, decryption, signatures, conversions), used by TogaTech.org

cryptographic-random-generator cryptography decryption encryption encryption-decryption hash hash-functions hashing javascript md5 md5-hash nacl openpgp pbkdf2 pgp sha256 sha256-hash signature-verification signatures tweetnacl

Last synced: 03 Dec 2024

https://github.com/andreypfau/kotlinx-crypto

A multiplatform Kotlin library providing basic cryptographic functions and primitives

blake2 crc32 crypto cryptography hmac keccak kotlin kotlin-language kotlin-library kotlin-multiplatform pbkdf2 poly1305 salsa20 sha256 sha512

Last synced: 21 Oct 2024

https://github.com/aykevl/pwhash

Simple password hashing library for Go.

argon2 argon2id golang passwords pbkdf2

Last synced: 22 Dec 2024

https://github.com/hernanmd/applicationsecurity

A Smalltalk domain-independent security model which you can easily instantiate in your applications

nacl pbkdf2 pharo pharo-smalltalk security security-tools smalltalk

Last synced: 31 Oct 2024

https://github.com/oversys/pypass

A password manager written in Python. Data is encrypted using AES-256-GCM and the key is derived using PBKDF2-HMAC-SHA512.

aes-256 aes-256-gcm aes-encryption aes-gcm aes256-gcm cryptography password-manager pbkdf2 pbkdf2withhmacsha512 python sha-512 sha512

Last synced: 13 Dec 2024

https://github.com/factorhouse/kpow-secure

Key Generation and Payload Encryption

aes clojure config encryption java kafka kpow pbkdf2

Last synced: 09 Nov 2024

https://github.com/fabiospampinato/crypto-pbkdf2-hmac

Isomorphic wrapper for the PBKDF2-HMAC key derivation function.

crypto derivation isomorphic key pbkdf2 pbkdf2-hmac

Last synced: 02 Dec 2024

https://github.com/mindeng/django-auth

Authenticate and generate Django-managed passwords. Written in Rust.

authentication django pbkdf2 python rust

Last synced: 06 Nov 2024

https://github.com/jhojanggarcia/lotusencryptor

Lotus is an encryption program that allows you to encrypt text using advanced algorithms.

aes-cbc encryption-algorithms pbkdf2 rsa sha512 ui user-experience

Last synced: 10 Nov 2024

https://github.com/hobbyquaker/passwd-file

Node.js Password File CLI Tool and Lib :closed_lock_with_key:

cli cryptography file hash login nodejs password pbkdf2 salt security sha512

Last synced: 16 Jan 2025

https://github.com/kudos/node-passwords

Passwords is a cryptographic library for simple password storage in Node.js

javascript nodejs passwords pbkdf2

Last synced: 27 Dec 2024

https://github.com/pedroalbanese/pbkdf2

PBKDF2 Function GUI in Pure TCL/TK and Autoit3

autoit3 freebsd linux pbkdf2 tcl-tk windows

Last synced: 04 Jan 2025

https://github.com/mrheer/image-locker

Lock your image with password.

aes canvas image pbkdf2

Last synced: 25 Nov 2024

https://github.com/robertov8/rumbl

Programming Phoenix >= 1.4

pbkdf2

Last synced: 29 Dec 2024

https://github.com/elliotwutingfeng/bitwarden_backup_decryptor

CLI tool to decrypt backup files exported from Bitwarden. This application is not affiliated with Bitwarden, Inc.

aes aes-cbc android argon2id backup credential-stuffing cryptography cybersecurity encryption hmac hmac-sha256 ios password-manager pbkdf2 security sha256

Last synced: 10 Jan 2025

https://github.com/cyclone-github/base64_2_pbkdf2sha1

Tool to convert base64 encoded strings to PBKDF2-HMAC-SHA1

base64 cracking cyclone go golang hash hashcat hmac pbkdf2 pbkdf2-hmac-sha1 sha1

Last synced: 24 Dec 2024

https://github.com/ispique/hash-generator

This script is a simple password hashing tool that allows users to choose from various hashing algorithms to hash their passwords.

argon2 bcrypt blake2b hash hashing hashing-algorithm hashing-algorithms hashing-functions hashing-passwords md5 password-hashing password-hashing-algorithms pbkdf2 pbkdf2-hmac python scrypt sha256 sha512 shake128 shake256

Last synced: 05 Dec 2024

https://github.com/edmartt/password-hasher

A script that make use of passlib library for hashing strings

hashing mysql mysql-database password-hash password-safety pbkdf2 python python-script python3

Last synced: 06 Dec 2024

https://github.com/wuriyanto48/nodejs-pbkdf2

a simple and fast module for hash and verify a password using NodeJs PBKDF2

crypto nodejs nodejs-modules password-hash pbkdf2

Last synced: 01 Jan 2025

https://github.com/devfabiosilva/nakamoto

Nakamoto is a 2 layer encryption tool to protect your data and your cyptocurrency

argon2id bitcoin c cipher cryptocurrency cryptography openssl pbkdf2 security-tools ssl

Last synced: 26 Nov 2024

https://github.com/rossmacarthur/passthesalt

:key: Deterministic password generation and password storage

password password-manager pbkdf2 python python2 python3

Last synced: 22 Dec 2024

https://github.com/tywil04/passwordmanager

Simple PasswordManager written using Go and Svelte. Its simple and insecure and it was created as part of a college assignment.

aes-256-cbc college college-project computer-science cryptography email email-alias gin-gonic golang gpl3 insecure pbkdf2 svelte svelte-kit

Last synced: 17 Jan 2025

https://github.com/vexcited/forgeron

WIP: A native implementation of tools to write crypto-based webapps.

aes asn1 certificate cipher crypto cryptography csr hmac javascript md5 message-digest pbkdf2 pkcs pkcs1 pkcs12 pkcs7 sha1 sha256 tls x509

Last synced: 13 Jan 2025

https://github.com/bjarnerentz/simplecrypto.standard

Reimplementation of SimpleCrypto.Net as a .Net Standard Library. Provides easy use of the PBKDF2 algorithm.

hacktoberfest pbkdf2

Last synced: 19 Jan 2025

https://github.com/yayakyogi/blog-jwt-auth

CRUD Blog with JWT Auth

elixir joken pbkdf2 phoenix-framework

Last synced: 21 Nov 2024

https://github.com/curityio/pbkdf2-credential-dap

Open source example of how to use a Data Access Provider to validate pbkdf2 hashed credentials

data-access-provider pbkdf2 plugin

Last synced: 03 Dec 2024

https://github.com/chardoncs/phasher

Simple CLI program hashing passwords into PHC strings

argon2 hash hashing password pbkdf2 scrypt

Last synced: 24 Oct 2024

https://github.com/topgunbuild/webcrypto

An isomorphic WebCrypto object for Javascript in Node and the browser

aes crypto isomorphic javascript pbkdf2 rsa typescript webcrypto

Last synced: 23 Nov 2024

https://github.com/mowhn/cipherguard

CipherGuard is a web-based AES encryption and decryption tool for secure message protection. It uses AES-GCM, PBKDF2, and HMAC for strong encryption and integrity checks. With a simple interface, password strength meter, and cross-browser support, CipherGuard ensures your data stays private and secure.

aes-encryption browser-based-encryption cryptography data-security hmac javascript javascript-applications pbkdf2 secure-messaging web-security

Last synced: 16 Dec 2024