{"id":19223325,"url":"https://github.com/akushwarrior/steel_crypt","last_synced_at":"2025-05-13T10:46:46.742Z","repository":{"id":56840538,"uuid":"198319545","full_name":"AKushWarrior/steel_crypt","owner":"AKushWarrior","description":"A collection of high-level API's exposing PointyCastle to perform hashing and encrypting in popular/secure algorithms.","archived":false,"fork":false,"pushed_at":"2021-04-21T01:19:01.000Z","size":680,"stargazers_count":40,"open_issues_count":8,"forks_count":10,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-20T23:32:40.560Z","etag":null,"topics":["aes","algorithm","algorithms","blake2b","chacha20","cli","crypto-tools","cryptography","dart","data-security","decryption","encryption","flutter","hashing","hmac","password","ripemd","rsa","salsa20","sha256"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/steel_crypt","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AKushWarrior.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-23T00:07:33.000Z","updated_at":"2023-05-30T08:22:27.000Z","dependencies_parsed_at":"2022-08-28T23:31:04.752Z","dependency_job_id":null,"html_url":"https://github.com/AKushWarrior/steel_crypt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AKushWarrior%2Fsteel_crypt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AKushWarrior%2Fsteel_crypt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AKushWarrior%2Fsteel_crypt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AKushWarrior%2Fsteel_crypt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AKushWarrior","download_url":"https://codeload.github.com/AKushWarrior/steel_crypt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253928052,"owners_count":21985772,"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":["aes","algorithm","algorithms","blake2b","chacha20","cli","crypto-tools","cryptography","dart","data-security","decryption","encryption","flutter","hashing","hmac","password","ripemd","rsa","salsa20","sha256"],"created_at":"2024-11-09T15:07:54.048Z","updated_at":"2025-05-13T10:46:46.721Z","avatar_url":"https://github.com/AKushWarrior.png","language":"Dart","funding_links":["https://www.paypal.me/kishoredev"],"categories":[],"sub_categories":[],"readme":"# Steel Crypt 3.0 (BETA)\n\nA comprehensive library of high-level, cryptographic API's, either manually defined or pulled from PointyCastle.\nThis library currently supports hashing, symmetric two-way encryption, and key/IV generation. It also has \na CLI, for conducting basic cryptography operations.\n\nThis library is a high-level wrapper over https://github.com/bcgit/pc-dart. It used to contain a fork of PointyCastle\nwithin it, but since the package came under the ownership of the BouncyCastle organization, the additions to the fork \nhave been added upstream. \n\n---\n\nIt takes time, effort, and mental power to keep this package updated, useful, and\nimproving. If you used or are using the package, I'd appreciate it if you could spare a few \ndollars to help me continue development.\n\n[![PayPal](https://img.shields.io/static/v1?label=PayPal\u0026message=Donate\u0026color=blue\u0026logo=paypal\u0026style=for-the-badge\u0026labelColor=black)](https://www.paypal.me/kishoredev)\n\n---\n\n## Null Safety\n\nThis library has been fully ported to null safety. The version 3.0.0 is identical functionally to 2.3.1+6, except for \nthis porting process. There may be some slight variance in the interface, due to parameters becoming required where\nthey were formerly \"optional\" named parameters. \n\n---\n\n## Note: Documentation\n\nThese docs have not been fully written yet! Steel Crypt 3.X comes with major changes, and will have a static\nwebsite on GitHub Pages for documentation. For now, you can take a look at the API reference for more\ninformation on the beta's classes. Each class has fairly extensive documentation.\n\n---\n\n## Note: RSA Deprecation\n\nAs I looked at the package landscape on pub.dev, it became clear to me that packages have become oversaturated, causing\ndifficult decisions for independent developers. I fear contributing to this issue. \n\nAdditionally, I haven't studied asymmetric encryption; I don't feel comfortable working with it and don't think this\npackage is adding much to the ecosystem as far as asymmetric encryption goes.\n\nAs of today, I will be deprecating RSA functionality in steel_crypt. It is clear to me that there are better packages\nfor asymmetric encryption; I highly encourage affected users to check out https://pub.dev/packages/crypton. The dev there\nactively works on supporting asymmetric operations, more than I ever could, and has a deeper scope of features than this\npackage would have ever had.\n\n---\n\n[![Pub](https://img.shields.io/pub/v/steel_crypt?color=blue\u0026label=pub\u0026logo=Steel%20Crypt\u0026logoColor=blue\u0026style=for-the-badge\u0026labelColor=black)](https://pub.dev/packages/steel_crypt)\n[![License](https://img.shields.io/github/license/AKushWarrior/steel_crypt?color=blue\u0026style=for-the-badge\u0026labelColor=black)](https://www.mozilla.org/en-US/MPL/2.0/)\n[![Commits](https://img.shields.io/github/commit-activity/m/AKushWarrior/steel_crypt?color=blue\u0026style=for-the-badge\u0026labelColor=black)](https://github.com/AKushWarrior/steel_crypt)\n\n###### ©2021 Aditya Kishore\n###### Licensed under the Mozilla Public License 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakushwarrior%2Fsteel_crypt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakushwarrior%2Fsteel_crypt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakushwarrior%2Fsteel_crypt/lists"}