{"id":37164503,"url":"https://github.com/d3vl0per/crypt","last_synced_at":"2026-01-14T19:32:27.822Z","repository":{"id":206023967,"uuid":"715618781","full_name":"D3vl0per/crypt","owner":"D3vl0per","description":"High-level API binding to low-level crypto APIs in golang","archived":false,"fork":false,"pushed_at":"2024-05-09T14:03:11.000Z","size":1392,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-09T15:08:43.257Z","etag":null,"topics":["compression-algorithms","cryptography","encryption-algorithms","golang","public-key-cryptography"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/D3vl0per.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-11-07T14:00:42.000Z","updated_at":"2024-05-29T22:42:15.960Z","dependencies_parsed_at":"2024-01-06T19:33:00.426Z","dependency_job_id":"1ef25bc8-7a52-4cdd-b702-f758a71ec0fe","html_url":"https://github.com/D3vl0per/crypt","commit_stats":null,"previous_names":["d3vl0per/crypt"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/D3vl0per/crypt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D3vl0per%2Fcrypt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D3vl0per%2Fcrypt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D3vl0per%2Fcrypt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D3vl0per%2Fcrypt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/D3vl0per","download_url":"https://codeload.github.com/D3vl0per/crypt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D3vl0per%2Fcrypt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28432622,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T18:57:19.464Z","status":"ssl_error","status_checked_at":"2026-01-14T18:52:48.501Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["compression-algorithms","cryptography","encryption-algorithms","golang","public-key-cryptography"],"created_at":"2026-01-14T19:32:27.240Z","updated_at":"2026-01-14T19:32:27.809Z","avatar_url":"https://github.com/D3vl0per.png","language":"Go","readme":"\u003ch1 align=\"center\"\u003e(Go) Crypt\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://pkg.go.dev/github.com/D3vl0per/crypt\"\u003e\u003cimg src=\"https://img.shields.io/badge/godoc-reference-blue.svg\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/D3vl0per/crypt/actions/workflows/test_test.yaml\"\u003e\u003cimg src=\"https://github.com/D3vl0per/crypt/actions/workflows/test_test.yaml/badge.svg?branch=main\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://codecov.io/github/D3vl0per/crypt\"\u003e\u003cimg src=\"https://codecov.io/github/D3vl0per/crypt/graph/badge.svg?token=X8DSE9DZ18\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e This project is a comprehensive toolkit for developers who need to implement various cryptographic operations in their Go applications\n\u003c/p\u003e\n\n## Crypto suite:\n- Generic\n    - (Secure) Overwrite\n    - (Secure) Delete\n    - CSPRNG\n    - CSPRNGHex\n    - /dev/hwrng\n    - Encoders\n        - Base64\n        - Base32\n        - Hex\n        - Custom option\n    - Key Wrappers\n        - ed25519\n            - PKIX\n            - PKCS\n- Symmetric\n    - XChacha20-poly1305\n    - XChacha20-poly1305 Stream (utilized age code)\n    - XOR\n    - AES-GCM\n    - \"Insecure\"\n        - SecretBox\n        - AES-CTR\n        - AES-CBC\n- Asymmetric\n    - ECDSA\n        - ed25519\n        - ed448\n    - ECDH\n        - Curve25519\n- Hash\n    - Blake2s-128\n    - Blake2s-256\n    - Blake2b-256\n    - Blake2b-384\n    - Blake2b-512\n    - SHA2-256\n    - SHA2-384\n    - SHA2-512\n    - SHA3-224\n    - SHA3-256\n    - SHA3-384\n    - SHA3-512\n    - SHAKE-128 (planned)\n    - SHAKE-256 (planned)\n    - go_simhash (planned)\n    - Argon2id\n    - Scrypt (planned)\n    - HKDF (planned)\n- Compression\n    - flate\n    - gzip\n    - zlib\n    - zstd\n    - brotli\n    - huff0X1 (in progress)\n    - huff0X4 (in progress)\n\n- Aged \n    - Age encryption suite\n    - Age header obfuscation v1\n    - Age header obfuscation custom option\n\n## Disclaimer\n\nThis project includes cryptographic operations that have not been independently audited. While every effort has been made to ensure the correctness and security of these operations, they are provided \"as is\". The author cannot guarantee their security and cannot be held responsible for any consequences arising from their use. If you use these package in your own projects, you do so at your own risk.\n\nIt is strongly recommended that you seek an independent security review if you plan to use them in a production environment.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd3vl0per%2Fcrypt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd3vl0per%2Fcrypt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd3vl0per%2Fcrypt/lists"}