pobcrypt
Pobcrypt is an application written in D that allows you to encrypt and decrypt files using the AES algorithm. It supports the encryption and decryption of text files, requiring a specific key and initialization vector (IV). Based on [Crypto]
Pobcrypt is an application written in D that allows you to encrypt and decrypt files using the AES algorithm. It supports the encryption and decryption of files, requiring a specific key and initialization vector (IV). Based on Crypto
Example: pobcrypt --mode crypt --iv 1234567890123456 --key secret1234567890 --filename test.txt
where:
"key" is a aes key (min 16 bytes)
"iv", is a inizialization vector (16 bytes)
"mode" crypt, decrypt, geniv or genkey (genkey and geniv generate random key and random iv)
"filename" File to crypt or decrypt,
crypto modules for cryptography.
.pobsrc
source
.gitignore(22/07/2025 )
dub.json(23/07/2025 )
dub.selections.json(23/07/2025 )
exclusions.txt(23/07/2025 )
install.sh(23/07/2025 )
make-static-on-Alpine.sh(24/07/2025 )
make-windows.sh(24/07/2025 )
readme.md(23/07/2025 )