{"id":47444087,"url":"https://github.com/JuliaCrypto/Krypto.jl","last_synced_at":"2026-04-06T13:00:56.273Z","repository":{"id":83500476,"uuid":"64592931","full_name":"JuliaCrypto/Krypto.jl","owner":"JuliaCrypto","description":"A futuristic crypto library. In Julia. [OLD]","archived":false,"fork":false,"pushed_at":"2016-11-24T00:25:38.000Z","size":40,"stargazers_count":3,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-13T01:37:13.699Z","etag":null,"topics":["cryptography","decryption","deprecated-repo","ecc","encryption","julia","pqc","rlwe","rsa"],"latest_commit_sha":null,"homepage":"","language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JuliaCrypto.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2016-07-31T12:33:20.000Z","updated_at":"2022-04-25T21:36:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"1fc06d57-819a-48d0-ac8f-9b5bdf972d2b","html_url":"https://github.com/JuliaCrypto/Krypto.jl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JuliaCrypto/Krypto.jl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaCrypto%2FKrypto.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaCrypto%2FKrypto.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaCrypto%2FKrypto.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaCrypto%2FKrypto.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JuliaCrypto","download_url":"https://codeload.github.com/JuliaCrypto/Krypto.jl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaCrypto%2FKrypto.jl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31473271,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T08:36:52.050Z","status":"ssl_error","status_checked_at":"2026-04-06T08:36:51.267Z","response_time":112,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cryptography","decryption","deprecated-repo","ecc","encryption","julia","pqc","rlwe","rsa"],"created_at":"2026-03-23T06:00:59.902Z","updated_at":"2026-04-06T13:00:56.267Z","avatar_url":"https://github.com/JuliaCrypto.png","language":"Julia","funding_links":[],"categories":["Cryptography"],"sub_categories":["Cryptographic Utilities"],"readme":"Krypto.jl\n=========\nA futuristic crypto library. In Julia.\n\n100% pure [Julia](https://github.com/JuliaLang/julia) implementations of most popular cryptographic algorithms. Contains native implementations of PQC ([Post-Quantum Cryptography](https://en.wikipedia.org/wiki/Post-quantum_cryptography)). Contributions welcome.\n\n## Disclaimer\n**WARNING: This package is in a Proof-of-Concept state and is NOT (yet) ready for production use. Proceed at your own risk.**\n\n## Current features\n- 100% native Julia implementations. No wrappers. No non-Julia dependencies.\n- Support for RSA (working primitives, [PKCS#1](https://en.wikipedia.org/wiki/PKCS_1) not working)\n- Support for RLWE (working crypto-primitives, non-working NTT)\n- Support for ECC math (no primitives of yet)\n- Support for Salsa20 (fully working)\n\n## Algorithms\nImplementation status: **complete**, *partial*. The higher an algorithm is listed in a specific section, the more of it is actually implemented.\n\n### Asymmetric\n- [**RSA**](https://en.wikipedia.org/wiki/RSA_(cryptosystem)) (non-PQC)\n- [*RLWE*](https://en.wikipedia.org/wiki/Ring_Learning_with_Errors) (PQC)\n- [*ECC*](https://en.wikipedia.org/wiki/Elliptic_curve_cryptography) (non-PQC)\n- [NTRU](https://en.wikipedia.org/wiki/NTRU) (PQC)\n\n### Symmetric\n#### Block ciphers\n- [AES](https://en.wikipedia.org/wiki/Advanced_Encryption_Standard) (Rijndael)\n- [Blowfish](https://en.wikipedia.org/wiki/Blowfish_(cipher))\n- [Twofish](https://en.wikipedia.org/wiki/Twofish)\n- [Threefish](https://en.wikipedia.org/wiki/Threefish)\n- [Serpent](https://en.wikipedia.org/wiki/Serpent_(cipher))\n\n#### Stream ciphers\n- [**Salsa20**](https://en.wikipedia.org/wiki/Salsa20)\n- [Rabbit](https://en.wikipedia.org/wiki/Rabbit_(cipher))\n\n## Dependencies\n`Krypto.jl` requires some packages to run properly. Besides the `julia` binary, you'll need the following.\n- `SHA` (general use of SHA), at least `0.3`\n- `Primes` (needed by RSA and others), at least `0.1.1`\n\n## License\nMIT. Whatever happens to you, remember: it's not my fault but the code you used is. ¯\\\\_(ツ)_/¯\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJuliaCrypto%2FKrypto.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJuliaCrypto%2FKrypto.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJuliaCrypto%2FKrypto.jl/lists"}