| Crates.io | ice |
| lib.rs | ice |
| version | 0.3.0 |
| created_at | 2025-08-16 13:09:55.869128+00 |
| updated_at | 2025-08-16 17:00:32.256535+00 |
| description | A simple CTF tool store |
| homepage | https://github.com/tamton-aquib/ice |
| repository | https://github.com/tamton-aquib/ice |
| max_upload_size | |
| id | 1798423 |
| size | 71,602 |
Ice is a lightweight command line utility to help with simple problems encountered while playing CTFs.
Extracted from graveyard
NOTE: Most of the functions can autodetect if its encode or decode.
yay -S ice-bin
cargo install --git https://github.com/tamton-aquib/ice.git
chmod +x ice to make it executable.ice b64 "example string" # encodes the string
ice b64 ZXhhbXBsZSBzdHJpbmc= # decodes the string (autodetect)
ice morse "example"
ice morse ". _.._ ._ __ .__. ._.. ." # autodetect
# ... and the other 20 subcommands: checkout src/main.rs
moved to todo.norg