Back to browse
GitHub Repository

A simple shell utility for encrypting and decrypting files using OpenSSL.

149 starsShell

Cryptr a shell utility for encrypting and decrypting files with OpenSSL

by nodesocket·Apr 13, 2026·1 point·0 comments

AI Analysis

MidCozy

OpenSSL wrapper with shred prompts, but age and gpg already exist.

Strengths
  • Integrates `shred` for secure file deletion prompts directly within the encryption workflow.
  • Includes bash tab completion and `--stdout` flag for clean piping decrypted output.
  • Supports `CRYPTR_PASSWORD` env var enabling fully non-interactive batch scripting workflow automation.
Weaknesses
  • OpenSSL CLI already does this; wrapper adds little value over raw usage.
  • Lacks modern key management features found in current specialized tools like age.
Category
Target Audience

Sysadmins and developers needing quick CLI file encryption

Similar To

OpenSSL · age · GnuPG

Similar Projects