{"id":19662599,"url":"https://github.com/dannagle/cryptoknife","last_synced_at":"2025-07-05T03:33:52.867Z","repository":{"id":84514898,"uuid":"90210308","full_name":"dannagle/Cryptoknife","owner":"dannagle","description":"All-in-one, portable, collection of general-purpose cryptography tools","archived":false,"fork":false,"pushed_at":"2018-12-28T23:23:13.000Z","size":4466,"stargazers_count":46,"open_issues_count":3,"forks_count":9,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-06-07T14:45:06.956Z","etag":null,"topics":["base64","cross-platform","encoding-convertors","encryption","hashing","hex","password-generator","portable"],"latest_commit_sha":null,"homepage":"https://cryptoknife.com/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dannagle.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}},"created_at":"2017-05-04T01:53:34.000Z","updated_at":"2025-05-20T13:23:20.000Z","dependencies_parsed_at":"2024-01-14T15:21:18.226Z","dependency_job_id":null,"html_url":"https://github.com/dannagle/Cryptoknife","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/dannagle/Cryptoknife","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dannagle%2FCryptoknife","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dannagle%2FCryptoknife/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dannagle%2FCryptoknife/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dannagle%2FCryptoknife/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dannagle","download_url":"https://codeload.github.com/dannagle/Cryptoknife/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dannagle%2FCryptoknife/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263677004,"owners_count":23494615,"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":["base64","cross-platform","encoding-convertors","encryption","hashing","hex","password-generator","portable"],"created_at":"2024-11-11T16:11:54.287Z","updated_at":"2025-07-05T03:33:52.810Z","avatar_url":"https://github.com/dannagle.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cryptoknife\n![Cryptoknife Logo](icon_128x128.png) ![Cryptoknife logo](winlogo150.png) ![Mac logo](maclogo150.png)\n\nCryptoknife is an open source portable utility to allow hashing, encoding, and encryption through a simple drag-and-drop interface. It also comes with a collection of miscellaneous tools. The mainline branch officially supports Windows and Mac. Cryptoknife is free and licensed GPL v2 or later. It can be used for both commercial and personal use.\n\n\nCryptoknife works by checking boxes for the calculations and then dragging files to run the calculation. Cryptoknife performs the work from every checked box on *every tab* and displays the output the log and saves to a log file. By default, very common hashing boxes are pre-checked.\n\n\n\n\n## Support\n\n* Twitter: [@NagleCode](http://twitter.com/naglecode)\n* You may also track this project on [GitHub](http://github.com/dannagle/Cryptoknife).\n* Secure Anonymous Email: [Contact me](https://cryptoknife.com/contact)\n\n## Settings and Log\nfor Windows, the settings are saved as `cryptoknife_settings.ini` inside the run-time directory. The log file is `cryptoknife.log` is also in the run-time directory.\n\nFor Mac, settings are saved in `Library/Application Support/com.cryptoknife/cryptoknife_settings.ini`. The log file is `cryptoknife.log` and is saved in your `Downloads` directory.\n\nSettings are saved when the app exits. The log is saved whenever the console is updated.\n\n\n### Hashing\nSimply check the boxes for the algorithms to use, and then drag-and-drop your directory or file.\n\n![Cryptoknife Hashing](hashing_tab.png)\n\n* MD5, MD4, MD2\n* SHA-1, 224, 256, 384, 256\n* CRC-32\n* Checksum\n\nThere is also direct input available. Cryptoknife will perform all hashing algorithms on direct input.\n\n### Encoding\nExcept for line-ending conversion, Cryptoknife appends a new file extension when performing its work. However, it is still very easy to drag-and-drop and encoder/encrypt thousands of files. With great power comes great responsibility.\n\n![Cryptoknife Encoding](encoding_tab.png)\n\n\n  * Base64\n  * HEX/Binary\n  * DOS/Unix EOL\n\nThere is also direct input available. Results are displayed (which may not be viewable for binary results).\n\n\n### Encryption\nAll the encryption algorithms use CBC mode. You may supply your own Key/IV or generate a new one. Note that if you change the bit-level, you need to re-click \"Generate\" since different bits require different lengths.\n\n![Cryptoknife Encoding](encryption_tab.png)\n\n  * AES/Rijndael CBC\n  * Blowfish CBC\n  * Triple DES CBC\n  * Twofish CBC\n\n### Utilities\nSystem profile gives a listing of RAM, processor, attached drives, and IP addresses. It is also ran on start-up. ASCII/HEX is the same conversion interface used by Packet Sender. Epoch/Date is a very common calculation used in development. Password Generator has various knobs to create a secure password.\n\n![Cryptoknife Encoding](utilities_tab.png)\n\n  * System Profile\n  * ASCII/HEX\n  * Epoch/Date convert\n  * Password Generator\n\nUsing Cryptoknife, an open-source utility which generates no network traffic, is a very safe way to generate a password.\n\n### Building\nCryptoknife uses these libraries.\n* https://www.cryptopp.com/\n* https://www.qt.io/download-open-source/\n\nAll the project files are statically-linked to create a single executable in Windows. Mac uses dynamic linking since apps are just directories.\n\n## Sponsorships\nWould you like your name or brand listed on this website? Please \u003ca href=\"/contact\"\u003econtact me\u003c/a\u003e for sponsorship opportunities.\n\n## License\nGPL v2 or Later. [Contact me](https://cryptoknife.com/contact) if you require a different license.\n\n\n## Copyright\n\nCryptoknife is wholly owned and copyright \u0026copy;  -  [@NagleCode](http://twitter.com/NagleCode) - [DanNagle.com](http://DanNagle.com)  -  [Cryptoknife.com](https://cryptoknife.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdannagle%2Fcryptoknife","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdannagle%2Fcryptoknife","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdannagle%2Fcryptoknife/lists"}