OzCrypt Basic
A simple local encryption workflow for files and text.
Lock a file or text
Select one or more files, or switch to private text.
Pick the locks that will be needed to open the package.
Check the package choices before anything downloads.
Create the local .ozc package and save it.
Step 1: content
Pick the content to protect. Files and text stay inside this browser.
Files are read locally in your browser.
For multiple files, OzCrypt creates an internal OZP1 file pack first, then encrypts that pack into a single .ozc file.
Step 2: choose protection factors
Add at least one factor. Strong passwords and key files matter most.
Step 3: review encryption summary
Confirm the package type, output name, and selected factors before encryption.
Step 4: encrypt/download
Everything is encrypted locally before the .ozc file is saved.
Open an .ozc package
Choose the .ozc file from this device.
Check package type, app, locks, and metadata.
Provide the required local unlock factors.
Restore the content locally if the factors match.
Step 1: select package
The package is parsed locally. Its header can be viewed before you enter unlock factors.
OZC1 · AES-256-GCM · PBKDF2-HMAC-SHA256
Paste a BEGIN/END OZCRYPT block. It decodes to the same OZC1 package bytes used by .ozc files.
Step 2: review package details
The public header is minimal. Protected details appear after a successful unlock.
Step 3: enter unlock factors
Enter only the factors listed by the package. They stay in this browser.
Step 4: unlock/download
If the factors match, OzCrypt restores the content locally.
Decrypted text preview
Files in encrypted package
Multi-file restoration may trigger multiple browser downloads. Some browsers may ask for download permission.
.ozc v2 file structure
Implementation notes
This preview is suitable for product testing and local experiments.