CryptoPad
A simple Notepad coded in Python and Tkinter (x86) and tested under Windows 10. It runs with both Python 2.7 and 3.11. GPL licensed.
It is able to read and write text documents (encoded in ASCII, UTF-8 or UTF-16 with any line ending) incapsulated into simple ZIP archives and encrypted with AES for maximum security and portability.
It encrypts always with AES-256 but can decrypt with 128 or 192-bit keys, too.
File contents are deflated before encryption.
The well known AE specification from WinZip[1] is implemented, so one of the following cryptographic toolkits/libraries is required to run the app:
- Python Cryptography Toolkit PyCryptodome[2]
- libcrypto from OpenSSL[3] or LibreSSL[6]
- Botan[4]
- NSS3 from Mozilla[5]
- Libgcrypt from GNU project[7]
_libeay.c, _libnss.c, _libgcrypt.c and _libbotan.c provide C versions (wrappers) of AES-256 CTR Little-Endian encryption performed by AE.
[1] See http://www.winzip.com/aes_info.htm
[2] See https://pycryptodome.readthedocs.io/en/latest/
[3] See https://www.openssl.org/
[4] See http://botan.randombit.net/
[5] See https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS
[6] See https://www.libressl.org/
Release files for CryptoPad 0.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| CryptoPad-0.8.tar.gz | 12.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| CryptoPad-0.8-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 26.1 kB
Release files / CryptoPad-0.8.tar.gz
| Download URL | CryptoPad-0.8.tar.gz |
|---|---|
| Size | 12.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7ab7ddc67c71446e06c86cc70be0b4279633c9c38368c85c51111683623aac27
|
|
BLAKE2b-256 checksum How to use checksums |
2451a8d27cb537e821d5a48d57892f6bad2daed2b55f4df5be6aa9043527c68f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.1
|
Release files / CryptoPad-0.8-py3-none-any.whl
| Download URL | CryptoPad-0.8-py3-none-any.whl |
|---|---|
| Size | 13.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d2e5f6797f5b52600f0f6a355bbcc63def0f89677e83f29751d42e0e161d3332
|
|
BLAKE2b-256 checksum How to use checksums |
20abc33fd5c90ea3646b7dec831dcc2f13e8c436e6e4a85d1f896db386206d8d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.1
|