Follow @Openwall on Twitter for new release announcements and other news
[<prev] [<thread-prev] [day] [month] [year] [list]
Message-ID: <b9730be1-27c6-4796-b16b-d9f852f0c0e2@gmail.com>
Date: Fri, 17 Jul 2026 14:51:02 +0200
From: Albert Veli <albert.veli@...il.com>
To: john-users@...ts.openwall.com
Subject: Re: Support for age-encryption

Ok, I implemented it myself (with some AI assistance). See:

https://github.com/openwall/john/pull/6014

Best regards,

Albert

On 7/17/26 10:36, Albert Veli wrote:
> Hi!
>
> There is a simpler alternative to gpg if you just want to encrypt a 
> file, it's called age. Would it be possible to make a format for this? 
> Looks like it's using scrypt. In this example I used iloveyou as 
> password, which is one of the top rockyou passwords, for simplicity.
>
> albve@...nanog:~$ sudo apt install age
> albve@...nanog:~$ echo "Hello, World!" > hello.txt
> albve@...nanog:~$ age -p hello.txt > hello.txt.age 

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.