awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to davidaurelio/hashids-python

Open-source alternatives to Hashids Python

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.

  • pyca/cryptographypyca 的头像

    pyca/cryptography

    7,628在 GitHub 上查看↗

    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

    Pythoncryptographypython
    在 GitHub 上查看↗7,628
  • cossacklabs/themiscossacklabs 的头像

    cossacklabs/themis

    1,965在 GitHub 上查看↗

    Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data storage. Has unified APIs across 14 platforms.

    Casymmetric-cryptographyauthenticationcryptography
    在 GitHub 上查看↗1,965
  • legrandin/pycryptodomeLegrandin 的头像

    Legrandin/pycryptodome

    3,233在 GitHub 上查看↗

    A self-contained cryptographic library for Python

    C
    在 GitHub 上查看↗3,233
  • pyca/bcryptpyca 的头像

    pyca/bcrypt

    1,483在 GitHub 上查看↗

    Modern(-ish) password hashing for your software and your servers

    Python
    在 GitHub 上查看↗1,483

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
pyca/pynaclpyca 的头像

pyca/pynacl

1,195在 GitHub 上查看↗

Python binding to the Networking and Cryptography (NaCl) library

Ccryptographylibsodiumnacl
在 GitHub 上查看↗1,195
  • attaswift/siphashattaswift 的头像

    attaswift/SipHash

    264在 GitHub 上查看↗

    Simple and secure hashing in Swift with the SipHash algorithm

    Swift
    在 GitHub 上查看↗264
  • artem-smotrakov/micropython-rsa-signingartem-smotrakov 的头像

    artem-smotrakov/micropython-rsa-signing

    19在 GitHub 上查看↗

    This is an implementation of RSA signing for MicroPython. It's writter in pure Python, and based on python-rsa version 4.0.

    Python
    在 GitHub 上查看↗19
  • ak-coram/cl-frugal-uuidak-coram 的头像

    ak-coram/cl-frugal-uuid

    35在 GitHub 上查看↗

    Common Lisp UUID library with zero dependencies

    Common Lisp
    在 GitHub 上查看↗35
  • carglglz/mpy-mbedtlsCarglglz 的头像

    Carglglz/mpy-mbedtls

    3在 GitHub 上查看↗

    MicroPython bindings for ECDSA keys basic functionality and x509 cert/csr utilities. Supports both PEM and DER formats

    C
    在 GitHub 上查看↗3
  • blackdoor/joseblackdoor 的头像

    blackdoor/jose

    16在 GitHub 上查看↗

    Extensible JOSE library for Scala

    Scala
    在 GitHub 上查看↗16
  • cheatfate/nimcryptoC

    cheatfate/nimcrypto

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • dnaq/sodiumoxidednaq 的头像

    dnaq/sodiumoxide

    645在 GitHub 上查看↗

    DEPRECATED Sodium Oxide: Fast cryptographic library for Rust (bindings to libsodium)

    Rust
    在 GitHub 上查看↗645
  • cwpearson/nim-murmurhashC

    cwpearson/nim-murmurhash

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • cyan4973/xxhashCyan4973 的头像

    Cyan4973/xxHash

    10,885在 GitHub 上查看↗

    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

    Ccdispersionhash
    在 GitHub 上查看↗10,885
  • apense/shimshamA

    apense/shimsham

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • didactic-drunk/sodium.crdidactic-drunk 的头像

    didactic-drunk/sodium.cr

    51在 GitHub 上查看↗

    Crystal wrapper for the libsodium crypto API

    Crystal
    在 GitHub 上查看↗51
  • denismaggior8/micropython-enigma-pythondenismaggior8 的头像

    denismaggior8/micropython-enigma-python

    2在 GitHub 上查看↗

    I'm thrilled to announce that enigmapython, my powerful Enigma machine emulator, is now available on MicroPython! 🚀

    Python
    在 GitHub 上查看↗2
  • bcryptnet/bcrypt.netBcryptNet 的头像

    BcryptNet/bcrypt.net

    989在 GitHub 上查看↗

    BCrypt.Net - Bringing updates to the original bcrypt package

    C#
    在 GitHub 上查看↗989
  • diybitcoinhardware/embitdiybitcoinhardware 的头像

    diybitcoinhardware/embit

    111在 GitHub 上查看↗

    A minimal bitcoin library for MicroPython and Python 3.10+ with a focus on embedded systems.

    Python
    在 GitHub 上查看↗111
  • dmazzella/ucryptodmazzella 的头像

    dmazzella/ucrypto

    44在 GitHub 上查看↗

    Micropython package for doing fast rsa and elliptic curve cryptography, specifically digital signatures. ECDSA API design inspired from fastecdsa and implementation based on tomsfastmath.

    C
    在 GitHub 上查看↗44
  • dmazzella/ucryptoauthlibdmazzella 的头像

    dmazzella/ucryptoauthlib

    44在 GitHub 上查看↗

    Lightweight driver for Microchip Crypto Authentication secure elements written in pure python for micropython.

    Python
    在 GitHub 上查看↗44
  • dmazzella/ucryptographydmazzella 的头像

    dmazzella/ucryptography

    10在 GitHub 上查看↗

    Lightweight porting of cryptography to Micropython based on ARM Mbed TLS

    C
    在 GitHub 上查看↗10
  • dnaeon/cl-bcryptdnaeon 的头像

    dnaeon/cl-bcrypt

    17在 GitHub 上查看↗

    cl-bcrypt is a Common Lisp system for generating, parsing and verification of bcryptbcrypt password hashes.

    Common Lisp
    在 GitHub 上查看↗17
  • dnaeon/cl-ssh-keysdnaeon 的头像

    dnaeon/cl-ssh-keys

    23在 GitHub 上查看↗

    cl-ssh-keys is a Common Lisp system, which provides the following features.

    Common Lisp
    在 GitHub 上查看↗23
  • dagenix/rust-cryptoDaGenix 的头像

    DaGenix/rust-crypto

    1,453在 GitHub 上查看↗

    A (mostly) pure-Rust implementation of various cryptographic algorithms.

    Rust
    在 GitHub 上查看↗1,453
  • eduardsui/tlseeduardsui 的头像

    eduardsui/tlse

    676在 GitHub 上查看↗

    Single C file TLS 1.2/1.3 implementation, using tomcrypt as crypto library

    C
    在 GitHub 上查看↗676
  • ektrah/nsecektrah 的头像

    ektrah/nsec

    444在 GitHub 上查看↗

    A modern and easy-to-use cryptographic library for .NET based on libsodium

    C#
    在 GitHub 上查看↗444
  • etcimon/botanetcimon 的头像

    etcimon/botan

    91在 GitHub 上查看↗

    Botan Crypto Library

    D
    在 GitHub 上查看↗91
  • ezhangle/kryptonezhangle 的头像

    ezhangle/krypton

    28在 GitHub 上查看↗

    Krypton - Embedded TLS/DTLS library

    C
    在 GitHub 上查看↗28
  • d-programming-deimos/opensslD-Programming-Deimos 的头像

    D-Programming-Deimos/openssl

    47在 GitHub 上查看↗

    OpenSSL D interface

    C
    在 GitHub 上查看↗47