{"id":18742788,"url":"https://github.com/maxpat78/cryptopad-win32","last_synced_at":"2025-11-21T06:30:14.414Z","repository":{"id":150266286,"uuid":"76094995","full_name":"maxpat78/CryptoPad-Win32","owner":"maxpat78","description":"A ZIP AE encrypting notepad for Windows","archived":false,"fork":false,"pushed_at":"2023-03-08T10:25:41.000Z","size":99,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-28T19:29:56.225Z","etag":null,"topics":["aes-encryption","encryption","notepad","security","text-editor","zipfile"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maxpat78.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-12-10T06:29:17.000Z","updated_at":"2024-09-17T13:29:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"386a9522-b20a-45fa-8ad9-acb9b42b5b40","html_url":"https://github.com/maxpat78/CryptoPad-Win32","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxpat78%2FCryptoPad-Win32","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxpat78%2FCryptoPad-Win32/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxpat78%2FCryptoPad-Win32/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxpat78%2FCryptoPad-Win32/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxpat78","download_url":"https://codeload.github.com/maxpat78/CryptoPad-Win32/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239623126,"owners_count":19670249,"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-encryption","encryption","notepad","security","text-editor","zipfile"],"created_at":"2024-11-07T16:09:15.614Z","updated_at":"2025-11-21T06:30:14.099Z","avatar_url":"https://github.com/maxpat78.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"CryptoPad\n=========\n\nThis is a Win32 partner of my Python CryptoPad (https://github.com/maxpat78/CryptoPad) and Java JCryptoPad (https://github.com/maxpat78/JCryptoPad) projects, built on top of CryptoCmd stuff (https://github.com/maxpat78/CryptoCmd) and licensed under GNU GPL v2.\n\nIn addition to special ZIP AE format (WzAES), this notepad app can handle plain text files in major Windows encodings (ASCII, UTF-16 LE \u0026 BE, UTF-8) and with any line endings (CR, LF, CRLF).\n\nThanks to the CryptoCmd high level API, it is able to read and write its own special text documents, which are simple ZIP archives deflated and encrypted with AES-256 for maximum security and portability.\n\nMy simplified document format imposes some restrictions on the resulting ZIP archive:\n  1) a fixed filename length of 4 bytes (\"data\");\n  2) a single extra field (the AES header);\n  3) Deflate compression always;\n  4) 256-bit key strength (but can decrypt with smaller keys);\n  5) text encoded in UTF-8 with BOM, CR-LF ended;\n  6) text reversed before compression (V2) and thus\n  7) an archive comment of a single byte (\"R\").\n\n  NOTES:\n  6) and 7) apply to newer V2 format: files are always saved in V2 format\n  but it can open old V1 format transparently.\n\nThe well known AE specification from WinZip[1] (WzAES) is implemented, so one of the following cryptographic toolkits/libraries is required to run the app:\n\n- libeay32/libcrypto from OpenSSL[2] or LibreSSL[3]: actually this is the only crypto driver included by default\n- Botan[4]\n- NSS3 from Mozilla[5]\n- Libgcrypt from GNU project[6]\n\n\n[1] See http://www.winzip.com/aes_info.htm\n\n[2] See https://www.openssl.org/\n\n[3] See https://www.libressl.org/\n\n[4] See http://botan.randombit.net/\n\n[5] See https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS\n\n[6] See https://www.gnu.org/software/libgcrypt/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxpat78%2Fcryptopad-win32","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxpat78%2Fcryptopad-win32","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxpat78%2Fcryptopad-win32/lists"}