About the project

Security concepts should be approachable.

CipherBox is Raphael’s all-in-one browser workspace for learning, experimenting, and completing everyday data transformations.

Why CipherBox exists

Cybersecurity utilities are often scattered across websites with unclear privacy practices, dense interfaces, or little explanation. CipherBox brings common tools together in a clean learning environment. Every operation runs locally, and each section explains what the tool can—and cannot—do.

Encoding, encryption, and hashing

Encoding

Changes representation

Reversible without a secret. Built for compatibility and transport, not secrecy. Examples: Base64 and hexadecimal.

Encryption

Protects confidentiality

Reversible with the right key. Secure implementations also protect integrity. Example: AES-GCM.

Hashing

Creates a fingerprint

Designed to be one-way. Used for integrity checks and, with special algorithms, password storage.

On the roadmap

Planned features

CipherBox is designed to grow into a broader security learning workspace.

Accounts & cloud sync

Optional profiles, synchronized history, and saved presets.

Steganography

Educational image and text hiding experiments.

OSINT helpers

Structured research utilities with responsible-use guidance.

Password analysis

Local strength feedback and safer password education.

File hashing

Drag-and-drop integrity checks for local files.

Browser forensics

Client-side artifact parsing for controlled lab exercises.

Security and legal disclaimer

CipherBox is an educational project, not a replacement for audited professional security software. Never paste real secrets, production tokens, private keys, regulated data, or sensitive customer information into tools you do not fully trust. Use network and security knowledge only on systems you own or have explicit permission to assess.