{"id":13418050,"url":"https://github.com/randombit/botan","last_synced_at":"2025-05-13T21:06:00.034Z","repository":{"id":7292550,"uuid":"8608254","full_name":"randombit/botan","owner":"randombit","description":"Cryptography Toolkit","archived":false,"fork":false,"pushed_at":"2025-04-28T23:21:09.000Z","size":108774,"stargazers_count":2925,"open_issues_count":233,"forks_count":590,"subscribers_count":110,"default_branch":"master","last_synced_at":"2025-04-29T17:47:35.723Z","etag":null,"topics":["c-plus-plus","crypto","cryptography","cryptography-library","tls","x509"],"latest_commit_sha":null,"homepage":"https://botan.randombit.net","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/randombit.png","metadata":{"files":{"readme":"readme.rst","changelog":"news.rst","contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2013-03-06T16:51:39.000Z","updated_at":"2025-04-28T23:21:10.000Z","dependencies_parsed_at":"2023-01-16T19:45:10.388Z","dependency_job_id":"e5e1d4a1-80d2-457e-a958-eb1ad1798bb0","html_url":"https://github.com/randombit/botan","commit_stats":{"total_commits":12708,"total_committers":164,"mean_commits":77.48780487804878,"dds":0.5258892036512433,"last_synced_commit":"c810e6ce7bdf1e7282f4c6e7b1d6ea9261c32e4c"},"previous_names":[],"tags_count":173,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randombit%2Fbotan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randombit%2Fbotan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randombit%2Fbotan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randombit%2Fbotan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/randombit","download_url":"https://codeload.github.com/randombit/botan/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251584310,"owners_count":21613010,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c-plus-plus","crypto","cryptography","cryptography-library","tls","x509"],"created_at":"2024-07-30T22:00:57.927Z","updated_at":"2025-04-29T21:24:28.149Z","avatar_url":"https://github.com/randombit.png","language":"C++","readme":"Botan\n========================================\n\nBotan (Japanese for peony flower) is a cryptography library released under the\npermissive `Simplified BSD \u003chttps://botan.randombit.net/license.txt\u003e`_ license.\n\nBotan's `goal \u003chttps://botan.randombit.net/handbook/goals.html\u003e`_\nis to be the best option for production cryptography by offering the tools\nnecessary to implement a range of practical systems, such as TLSv1.3, X.509 PKI,\nmodern AEAD ciphers, support for PKCS#11 and TPM hardware, memory-hard password\nhashing, and post quantum cryptography. All of this is covered by an extensive\ntest suite, including an automated system for detecting side channels. The\nmodular build system allows enabling or disabling features in a fine-grained way,\nand amalgamation builds are also supported.\n\nIt comes out of the box with C++, C, and Python APIs, and several other `language\nbindings \u003chttps://github.com/randombit/botan/wiki/Language-Bindings\u003e`_ are available.\nThe library is accompanied by a featureful `command line interface\n\u003chttps://botan.randombit.net/handbook/cli.html\u003e`_. Consult the `documentation\n\u003chttps://botan.randombit.net/handbook\u003e`_ for more information.\n\nDevelopment is coordinated on `GitHub \u003chttps://github.com/randombit/botan\u003e`__ and\ncontributions are welcome. If you need help, please open an issue on `GitHub\n\u003chttps://github.com/randombit/botan/issues\u003e`__. If you think you have found a\nsecurity issue, see the `security page \u003chttps://botan.randombit.net/security.html\u003e`_\nfor contact information.\n\n|ci_status| |nightly_ci_status| |coverage| |ossfuzz| |repo| |ossf| |cii|\n\n.. |ci_status| image:: https://github.com/randombit/botan/actions/workflows/ci.yml/badge.svg?branch=master\n    :target: https://github.com/randombit/botan/actions/workflows/ci.yml\n    :alt: CI status\n\n.. |nightly_ci_status| image:: https://github.com/randombit/botan/actions/workflows/nightly.yml/badge.svg?branch=master\n    :target: https://github.com/randombit/botan/actions/workflows/nightly.yml\n    :alt: nightly CI status\n\n.. |coverage| image:: https://img.shields.io/coverallsCoverage/github/randombit/botan?branch=master\n    :target: https://coveralls.io/github/randombit/botan\n    :alt: Coverage report\n\n.. |ossfuzz| image:: https://oss-fuzz-build-logs.storage.googleapis.com/badges/botan.svg\n    :target: https://oss-fuzz.com/coverage-report/job/libfuzzer_asan_botan/latest\n    :alt: OSS-Fuzz status\n\n.. |repo| image:: https://repology.org/badge/tiny-repos/botan.svg\n    :target: https://repology.org/project/botan/versions\n    :alt: Packaging status\n\n.. |ossf| image:: https://api.securityscorecards.dev/projects/github.com/randombit/botan/badge\n    :target: https://securityscorecards.dev/viewer/?uri=github.com/randombit/botan\n    :alt: OSSF Scorecard\n\n.. |cii| image:: https://bestpractices.coreinfrastructure.org/projects/531/badge\n    :target: https://bestpractices.coreinfrastructure.org/projects/531\n    :alt: CII Best Practices statement\n\nReleases\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nAll releases are signed with a `PGP key \u003chttps://botan.randombit.net/pgpkey.txt\u003e`_.\nSee the `release notes \u003chttps://botan.randombit.net/news.html\u003e`_ for\nwhat's new.\n\nBotan is also available through most `distributions\n\u003chttps://github.com/randombit/botan/wiki/Distros\u003e`_ such as Fedora,\nDebian, Arch and Homebrew.\n\nBotan3\n--------\n\nNew minor releases of Botan3 are made quarterly, normally on the first Tuesday of\nFebruary, May, August, and November.\n\nThe latest release in the Botan3 series is\n`3.7.1 \u003chttps://botan.randombit.net/releases/Botan-3.7.1.tar.xz\u003e`_\n`(sig) \u003chttps://botan.randombit.net/releases/Botan-3.7.1.tar.xz.asc\u003e`__,\nreleased on 2025-02-05.\n\nBotan2\n--------\n\nBotan2 has, as of 2025-1-1, reached end of life. No further releases are expected.\n\nThe latest release in the Botan2 series is\n`2.19.5 \u003chttps://botan.randombit.net/releases/Botan-2.19.5.tar.xz\u003e`_\n`(sig) \u003chttps://botan.randombit.net/releases/Botan-2.19.5.tar.xz.asc\u003e`__,\nreleased on 2024-07-08.\n\nFind Enclosed\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nTransport Layer Security (TLS) Protocol\n----------------------------------------\n\n* TLS v1.2/v1.3, and DTLS v1.2\n* Supported extensions include session tickets, SNI, ALPN, OCSP stapling,\n  encrypt-then-mac CBC, and extended master secret.\n* Supports authentication using certificates or preshared keys (PSK)\n* Supports record encryption with modern AEAD modes as well as legacy CBC ciphersuites.\n* TLS 1.3 supports hybrid post-quantum key exchange using ML-KEM or FrodoKEM\n\nPublic Key Infrastructure\n----------------------------------------\n\n* X.509v3 certificates and CRL creation and handling\n* PKIX certificate path validation, including name constraints\n* OCSP request creation and response handling\n* PKCS #10 certificate request generation and processing\n* Access to Windows, macOS and Unix system certificate stores\n* SQL database backed certificate store\n\nPublic Key Cryptography\n----------------------------------------\n\n* RSA signatures and encryption\n* DH, ECDH, X25519 and X448 key agreement\n* Elliptic curve signature schemes ECDSA, Ed25519, Ed448, ECGDSA, ECKCDSA, SM2\n* Post-quantum signature schemes ML-DSA (Dilithium), SLH-DSA (SPHINCS+), HSS/LMS, XMSS\n* Post-quantum key encapsulation schemes ML-KEM (Kyber), FrodoKEM, Classic McEliece\n\nCiphers, hashes, MACs, and checksums\n----------------------------------------\n\n* Authenticated cipher modes EAX, OCB, GCM, SIV, CCM, (X)ChaCha20Poly1305\n* Cipher modes CTR, CBC, XTS, CFB, OFB\n* Block ciphers AES, ARIA, Blowfish, Camellia, CAST-128, DES/3DES, IDEA,\n  SEED, Serpent, SHACAL2, SM4, Threefish-512, Twofish\n* Stream ciphers (X)ChaCha20, (X)Salsa20, RC4\n* Hash functions SHA-1, SHA-2, SHA-3, RIPEMD-160, BLAKE2b/BLAKE2s, Skein-512, SM3, Whirlpool\n* Password hashing schemes Argon2, Scrypt, bcrypt, and PBKDF2\n* Authentication codes HMAC, CMAC, Poly1305, KMAC, GMAC\n\nOther Useful Things\n----------------------------------------\n\n* Full C++ PKCS #11 API wrapper\n* Interfaces for TPM v2.0 device access\n* Simple compression API wrapping zlib, bzip2, and lzma libraries\n* RNG wrappers for system RNG, ESDM and hardware RNGs\n* HMAC_DRBG and entropy collection system for userspace RNGs\n* SRP-6a password authenticated key exchange\n* Key derivation functions including HKDF, KDF2, SP 800-108, SP 800-56A, SP 800-56C\n* HOTP and TOTP algorithms\n* Format preserving encryption scheme FE1\n* Threshold secret sharing\n* Roughtime client\n* Zfec compatible forward error correction encoding\n* Encoding schemes including hex, base32, base64 and base58\n* NIST key wrapping\n* Boost.Asio compatible TLS client stream\n* 24-bit OpenPGP CRC\n","funding_links":[],"categories":["TODO scan for Android support in followings","C++","Networking","\u003ca name=\"cpp\"\u003e\u003c/a\u003eC++","Crypto"],"sub_categories":["UI Test Automation Scripting"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frandombit%2Fbotan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frandombit%2Fbotan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frandombit%2Fbotan/lists"}