winage VS age

Compare winage vs age and see what are their differences.

winage

Windows GUI version of the age file encryption tool (built on rage, the Rust implementation) (by spieglt)

age

A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability. (by FiloSottile)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
winage age
4 214
55 15,428
- -
0.0 4.9
over 1 year ago about 1 month ago
C++ Go
BSD 3-clause "New" or "Revised" License BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

winage

Posts with mentions or reviews of winage. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-25.
  • Age: Modern file encryption format with multiple pluggable recipients
    13 projects | news.ycombinator.com | 25 Feb 2023
    _o/ hi all, age author here!

    The OP link is the spec, here's a few other things you might find interesting

    - the Go reference implementation https://age-encryption.org

    - the Go library docs https://pkg.go.dev/filippo.io/age

    - the CLI man page https://filippo.io/age/age.1

    - an interoperable Rust implementation by @str4d https://github.com/str4d/rage

    - a YubiKey plugin by @str4d https://github.com/str4d/age-plugin-yubikey

    - the draft plugin protocol specification (which we should really merge) https://github.com/C2SP/C2SP/pull/5/files?short_path=07bf8cc...

    - a Windows GUI by @spieglt https://github.com/spieglt/winage

    - a discussion of the authentication properties of age https://words.filippo.io/dispatches/age-authentication/

    - a discussion of a potential post-quantum plugin https://words.filippo.io/dispatches/post-quantum-age/

    - a password-store fork that uses age instead of gpg https://github.com/FiloSottile/passage (see also: how I use it with a YubiKey https://words.filippo.io/dispatches/passage/)

  • Ask HN: HN people who write meaningful software, how did you learn to program?
    7 projects | news.ycombinator.com | 30 Sep 2022
    I don't really know how many users I have, so I don't know how "meaningful" my projects are, but I have found some of them posted on French, Chinese, Greek, Russian blogs etc., so hopefully they fill some people's needs besides my own.

    https://github.com/spieglt/flyingcarpet

    https://cloaker.mobi

    https://github.com/spieglt/cloaker

    https://github.com/spieglt/whatfiles

    https://github.com/spieglt/winage

    I learned to program because I was frustrated that after working in IT consulting for several years, I still had no idea how computers worked. I started with "Learn Python the Hard Way" and "Automate the Boring Stuff with Python". Then got a job doing some Windows consulting stuff, and they said they'd hire me as a software engineer if I learned Go, which was a pretty easy step from Python. I'd tried to learn programming as a kid several times and always found it too frustrating. I started working on side projects as a way to learn new languages, improve my resume, and scratch my own itches. The hardest part was coming up with ideas for useful/worthwhile projects. I was super frustrated one day that the easiest way to get a file between two machines that were right beside each other was sending them out to the internet via Google Drive or Dropbox, which made me want to write "cross-platform AirDrop", which became Flying Carpet. If you find yourself wanting a simple piece of software that seems like it should already exist, that's a great project idea.

  • winage - age file encryption Windows GUI
    1 project | /r/coolgithubprojects | 6 Dec 2021
  • Show HN: age file encryption GUI for Windows – winage
    1 project | news.ycombinator.com | 6 Dec 2021

age

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 2024-04-28.

What are some alternatives?

When comparing winage and age you can also consider the following projects:

whatfiles - Log what files are accessed by any Linux process

sops - Simple and flexible tool for managing secrets

age-plugin-yubikey - YubiKey plugin for age

Picocrypt - A very small, very simple, yet very secure encryption tool.

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

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

OpenKeychain - OpenKeychain is an OpenPGP implementation for Android.

git-crypt - Transparent file encryption in git

gopass - The slightly more awesome standard unix password manager for teams

poetry2nix - Convert poetry projects to nix automagically [maintainer=@adisbladis]

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.