awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
pyca avatar

pyca/bcrypt

0
View on GitHub↗
1,483 stele·211 fork-uri·Python·Apache-2.0·2 vizualizări

Bcrypt

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

Features

  • Python Cryptography - Modern password hashing for Python applications.
  • Criptografie - Modern password hashing implementation.

Istoric stele

Graficul istoricului de stele pentru pyca/bcryptGraficul istoricului de stele pentru pyca/bcrypt

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Bcrypt

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Bcrypt.
  • pyca/cryptographyAvatar pyca

    pyca/cryptography

    7,628Vezi pe 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
    Vezi pe GitHub↗7,628
  • legrandin/pycryptodomeAvatar Legrandin

    Legrandin/pycryptodome

    3,233Vezi pe GitHub↗

    A self-contained cryptographic library for Python

    C
    Vezi pe GitHub↗3,233
  • cossacklabs/themisAvatar cossacklabs

    cossacklabs/themis

    1,965Vezi pe 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
    Vezi pe GitHub↗1,965
  • davidaurelio/hashids-pythonAvatar davidaurelio

    davidaurelio/hashids-python

    1,416Vezi pe GitHub↗

    Implementation of hashids (http://hashids.org) in Python. Compatible with Python 2 and Python 3

    Python
    Vezi pe GitHub↗1,416
Vezi toate cele 30 alternative pentru Bcrypt→

Întrebări frecvente

Ce face pyca/bcrypt?

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

Care sunt principalele funcționalități ale pyca/bcrypt?

Principalele funcționalități ale pyca/bcrypt sunt: Python Cryptography, Criptografie.

Care sunt câteva alternative open-source pentru pyca/bcrypt?

Alternativele open-source pentru pyca/bcrypt includ: pyca/cryptography — This project is a Python cryptography library that provides a collection of cryptographic primitives and high-level… pyca/pynacl — Python binding to the Networking and Cryptography (NaCl) library. cossacklabs/themis — Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data… davidaurelio/hashids-python — Implementation of hashids (http://hashids.org) in Python. Compatible with Python 2 and Python 3. legrandin/pycryptodome — A self-contained cryptographic library for Python. artem-smotrakov/micropython-rsa-signing — This is an implementation of RSA signing for MicroPython. It's writter in pure Python, and based on python-rsa version…