30 open-source projects similar to davidaurelio/hashids-python, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Hashids Python alternative.
This project is a Python cryptography library that provides a collection of cryptographic primitives and high-level recipes for implementing secure encryption and authentication. It functions as a symmetric encryption toolkit and a cryptographic hash provider, offering both a low-level cryptographic interface for building custom protocols and high-level tools for securing data. The library covers a broad range of security capabilities, including symmetric data encryption, the derivation of cryptographic keys from passwords or secret values, and data integrity verification through the generati
Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data storage. Has unified APIs across 14 platforms.
A self-contained cryptographic library for Python
Modern(-ish) password hashing for your software and your servers
Python binding to the Networking and Cryptography (NaCl) library
Simple and secure hashing in Swift with the SipHash algorithm
This is an implementation of RSA signing for MicroPython. It's writter in pure Python, and based on python-rsa version 4.0.
Common Lisp UUID library with zero dependencies
MicroPython bindings for ECDSA keys basic functionality and x509 cert/csr utilities. Supports both PEM and DER formats
DEPRECATED Sodium Oxide: Fast cryptographic library for Rust (bindings to libsodium)
xxHash is a high-performance, non-cryptographic hash library designed for rapid checksum generation and data integrity verification. It functions as an incremental hashing engine, allowing for the processing of large or streaming data inputs by maintaining a persistent internal state across sequential chunks. The library is engineered as a computational framework that maximizes throughput by utilizing wide CPU registers and branchless instruction pipelining. It achieves high-speed performance by aligning data access with CPU cache lines and employing multi-stage mixing functions that ensure c
I'm thrilled to announce that enigmapython, my powerful Enigma machine emulator, is now available on MicroPython! 🚀
BCrypt.Net - Bringing updates to the original bcrypt package
A minimal bitcoin library for MicroPython and Python 3.10+ with a focus on embedded systems.
Micropython package for doing fast rsa and elliptic curve cryptography, specifically digital signatures. ECDSA API design inspired from fastecdsa and implementation based on tomsfastmath.
Lightweight driver for Microchip Crypto Authentication secure elements written in pure python for micropython.
Lightweight porting of cryptography to Micropython based on ARM Mbed TLS
cl-bcrypt is a Common Lisp system for generating, parsing and verification of bcryptbcrypt password hashes.
cl-ssh-keys is a Common Lisp system, which provides the following features.
A (mostly) pure-Rust implementation of various cryptographic algorithms.
Single C file TLS 1.2/1.3 implementation, using tomcrypt as crypto library