age

A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability. (by FiloSottile)

Age Alternatives

Similar projects and alternatives to age

  1. go

    2,232 age VS go

    The Go programming language

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. rclone

    976 age VS rclone

    "rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Azure Blob, Azure Files, Yandex Files

  4. user.js

    692 age VS user.js

    Firefox privacy, security and anti-tracking: a comprehensive user.js template for configuration and hardening

  5. Cryptomator

    494 age VS Cryptomator

    Cryptomator for Windows, macOS, and Linux: Secure client-side encryption for your cloud storage, ensuring privacy and control over your data.

  6. fzf

    425 age VS fzf

    :cherry_blossom: A command-line fuzzy finder

  7. pass-import

    A pass extension for importing data from most existing password managers

  8. sops

    158 age VS sops

    Simple and flexible tool for managing secrets

  9. Nutrient

    Nutrient - The #1 PDF SDK Library. Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.

    Nutrient logo
  10. cobra

    140 age VS cobra

    A Commander for modern Go CLI interactions

  11. Picocrypt

    Discontinued A very small, very simple, yet very secure encryption tool.

  12. magic-wormhole

    83 age VS magic-wormhole

    get things from one computer to another, safely

  13. PasswordPusher

    🔐 Securely share sensitive information with automatic expiration & deletion after a set number of views or duration. Track who, what and when with full audit logs.

  14. rage

    37 age VS rage

    A simple, secure and modern file encryption tool (and Rust library) with small explicit keys, no config options, and UNIX-style composability.

  15. gopass

    38 age VS gopass

    The slightly more awesome standard unix password manager for teams

  16. scrypt

    The scrypt key derivation function was originally developed for use in the Tarsnap online backup system and is designed to be far more secure against hardware brute-force attacks than alternative functions such as PBKDF2 or bcrypt.

  17. age-plugin-yubikey

    YubiKey plugin for age

  18. C2SP

    19 age VS C2SP

    Community Cryptography Specification Project

  19. minisign

    13 age VS minisign

    A dead simple tool to sign files and verify digital signatures.

  20. passage

    16 age VS passage

    A fork of password-store (https://www.passwordstore.org) that uses age (https://age-encryption.org) as backend.

  21. Kryptor

    A simple, modern, and secure encryption and signing tool that aims to be a better version of age and Minisign.

  22. pass-tomb

    9 age VS pass-tomb

    A pass extension that helps you keep the whole tree of passwords encrypted inside a Tomb.

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better age alternative or higher similarity.

age discussion

Log in or Post with

age reviews and mentions

Posts with mentions or reviews of age. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-02-21.
  • 🔐 Secure Secret Management with SOPS in Terraform & Terragrunt
    1 project | dev.to | 26 Feb 2025
    Age is a modern, simple, and secure encryption tool. If you’re new to encryption, age is a great alternative to GPG.
  • NixOS. Managing secrets with sops-nix
    4 projects | dev.to | 21 Feb 2025
    Hi! Here are some notes about how to use secrets in NixOS configuration securely. As of now I use sops-nix with simple age keys (not generated from ssh keys).
  • Hell Is Overconfident Developers Writing Encryption Code
    6 projects | news.ycombinator.com | 31 Jan 2025
    Those aren’t even the correct answer for the use-case in question, anywho. What they’re looking for would actually be sops (https://github.com/getsops/sops), or age (made by the fantastic Filo Sottile: https://github.com/FiloSottile/age), or, hell, just using libsodium sealed boxes. AMS KMS or Vault is perhaps even worse of an answer, Actually
  • What to Use Instead of PGP
    3 projects | news.ycombinator.com | 15 Nov 2024
    It looks like age with SSH keys uses a birationally equivalent keypair.

    https://github.com/FiloSottile/age/blob/176e245b3cb3ada322c2...

    If you're using, for example, libsodium, you'd want the Ed25519 to X25519 functions to convert the two. (Note that you need to operate over raw bytes to do this.)

    In practice, you shouldn't do this. Use different keys for different purposes!

  • Better Dotfiles
    5 projects | news.ycombinator.com | 6 Sep 2024
    I migrated to chezmoi recently my only gripe is `chezmoi cd` opening in a new shell but `chezmoi git` usually is what I need. The age [0] integration is nice.

    [0] - https://github.com/FiloSottile/age

  • Password protect a static HTML page, decrypted in-browser in JavaScript
    6 projects | news.ycombinator.com | 30 Aug 2024
  • Ask HN: Developer PC setup automations for company owned devices
    10 projects | news.ycombinator.com | 29 Aug 2024
    I believe there is `pass-age` https://github.com/FiloSottile/passage ... unifies to `ssh` keys as the key material.

    https://github.com/FiloSottile/age

    ```

  • New Directory Encryption Tool
    2 projects | news.ycombinator.com | 29 Aug 2024
    I have been a fan of https://github.com/FiloSottile/age for a while now, but one thing that has always bothered me about encryption tools is how they don't offer a way to secure a whole directory which, IMO, is a much more common use-case.

    I decided to spend a couple hours tackling the problem myself and came up with agevault.

    It's a directory encryption tool using age file encryption. It locks/unlocks a vault (directory) with a passphrase-protected identity file and like age, it features no config options, allowing for a straightforward secure flow.

    I'll answer any questions regarding it. As always, use it at your own risk.

  • Age is a simple, modern and secure file encryption tool, format, and Go library
    20 projects | news.ycombinator.com | 4 Aug 2024
    Identity files can be passphrase encrypted and cmd/age will transparently ask for the passphrase before using them. Is that what you meant?

    https://github.com/FiloSottile/age?tab=readme-ov-file#passph...

  • XAES-256-GCM
    2 projects | news.ycombinator.com | 26 Jun 2024
    I would love to see this used in a FIPS-compliant variant of age[1] for archival file encryption use cases. We had banking industry auditors veto age for this use case due to the use of ChaCha instead of AES (they were fine with the X25519 public key part of age which I think was somewhat recently approved by NIST).

    I’ve no experience with golang but it seems like it should drop right in based on the age spec. I might give it a shot if time ever permits. I guess I should call it “cage” as in “compliant actually good encryption”

    1: https://github.com/FiloSottile/age

  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 14 Mar 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Stats

Basic age repo stats
228
18,409
6.2
about 1 month ago

FiloSottile/age is an open source project licensed under BSD 3-clause "New" or "Revised" License which is an OSI approved license.

The primary programming language of age is Go.


Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that Go is
the 4th most popular programming language
based on number of references?