| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
███▄ █ █ ██ ██▓ ██▓ ██████ ▓█████ ▄████▄
██ ▀█ █ ██ ▓██▒▓██▒ ▓██▒ ▒██ ▒ ▓█ ▀ ▒██▀ ▀█
▓██ ▀█ ██▒▓██ ▒██░▒██░ ▒██░ ░ ▓██▄ ▒███ ▒▓█ ▄
▓██▒ ▐▌██▒▓▓█ ░██░▒██░ ▒██░ ▒ ██▒▒▓█ ▄ ▒▓▓▄ ▄██▒
▒██░ ▓██░▒▒█████▓ ░██████▒░██████▒▒██████▒▒░▒████▒▒ ▓███▀ ░
░ ▒░ ▒ ▒ ░▒▓▒ ▒ ▒ ░ ▒░▓ ░░ ▒░▓ ░▒ ▒▓▒ ▒ ░░░ ▒░ ░░ ░▒ ▒ ░
░ ░░ ░ ▒░░░▒░ ░ ░ ░ ░ ▒ ░░ ░ ▒ ░░ ░▒ ░ ░ ░ ░ ░ ░ ▒
░ ░ ░ ░░░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░
░ ░ ░ ░
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
█░░░░░░░░░░░░░░░ C R Y P T W R A P ░░░░░░░░░░░░░░░░░░░░░░░█
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
bad-antics
nullsec-cryptwrap is a formally verified cryptographic wrapper written in Ada/SPARK. Leverages Ada's strong typing and SPARK's formal verification for provably correct cryptographic operations.
git clone https://github.com/bad-antics/nullsec-cryptwrap.git
cd nullsec-cryptwrap
gprbuild -P cryptwrap.gpr# Encrypt file
./cryptwrap encrypt -i secret.txt -o secret.enc -k keyfile.key
# Decrypt file
./cryptwrap decrypt -i secret.enc -o decrypted.txt -k keyfile.key
# Generate key
./cryptwrap keygen -a aes256 -o key.key
# Hash file
./cryptwrap hash -i file.txt -a sha256
# Verify signatures
./cryptwrap verify -i file.txt -s file.sig -k public.keySPARK verification proves:
| Algorithm | Verified | Notes |
|---|---|---|
| AES-128/256 | ✅ | CBC, GCM modes |
| ChaCha20 | ✅ | With Poly1305 |
| SHA-256/512 | ✅ | HMAC variants |
| RSA | Partial | 2048/4096 bit |
| Ed25519 | ✅ | Signatures |
| X25519 | ✅ | Key exchange |
For authorized use only. Cryptographic tools may be restricted.
NullSec Proprietary License
bad-antics - NullSec Security Team
Part of the NullSec Security Toolkit
| Back | FazBrowse Home | New Git URL |