https://github.com/mfernstrom/blowfish-base64
Desktop tool to encrypt a string with Blowfish and Base64 encode the result
https://github.com/mfernstrom/blowfish-base64
av-evasion base64 blowfish freepascal payload
Last synced: 4 months ago
JSON representation
Desktop tool to encrypt a string with Blowfish and Base64 encode the result
- Host: GitHub
- URL: https://github.com/mfernstrom/blowfish-base64
- Owner: MFernstrom
- License: apache-2.0
- Created: 2022-07-12T00:23:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-12T01:19:50.000Z (about 4 years ago)
- Last Synced: 2025-11-09T14:03:04.955Z (9 months ago)
- Topics: av-evasion, base64, blowfish, freepascal, payload
- Language: Pascal
- Homepage:
- Size: 573 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blowfish + Base64

Encrypt a text with Blowfish and Base64 encode the result
Decryption example in the examples directory
Built in FreePascal