I can't vouch for the authenticity of this post on Reddit, but if you've got the time, knowledge and inclination - maybe give it a go.
××××
I have created a new 12-word seed phrase on TAILS and added a passphrase to it. Afterward, I deposited a non-trivial amount of bitcoin (0.22290898 BTC) into the first address associated with that key.
bc1qwuj3kkxnznaj956tx990vtl47rxgt3ezrn8zgu
To encrypt the seed phrase, I used the following command:
gpg --symmetric --cipher-algo AES256 --armor -o input.txt.gpg input.txt
It's important to note that the passphrase is not encrypted with the seed phrase.
The encryption password is an alphanumeric string. The encrypted output from this operation is as follows:
-----BEGIN PGP MESSAGE-----
jA0ECQMCD4Mh2lo1wGr80q0B8atDhcx/euP9+CkkkPm3p3+cGGE9I+lJVBuyZTD4 8EPDMEj77IuMZgGcJJJ1jUqku1fJdQLsC+VyKhjkj28omj8mlP0Lo6TvLdERX1mt 63fB7igkUf5UTZ4/H5pQmMCygmwCU9JvCqdiwbvKn3KRGRb8vC636x4gkowTJm03 JUi87QdvoImyN5UzWuDr3Kyfw4euLWiOFAL0jWcvW2518X5oXrBO2xV+aw+I1A==
=K4z1
-----END PGP MESSAGE-----
I believe that my coins are SAFU, but I am extending an invitation to anyone who wants to try to decrypt the encryption and passphrase by brute force to claim the coins. If successful, congratulations, and you can have them with my compliments.
You may wonder why I am offering this challenge. Well, that's for me to know.
×××××××
In the comments, the user was questioned about the password being alphanumeric:
The encryption password is an alphanumeric string
OP you promise this is true and there are no special characters like @! ect?
Upper case & lower case and numbers only?
OP answered:
That is correct, alphanumeric.