thunderbird / thunderbird/thunderbird-android

age encryption

Open
#10,758 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Kotlin
Stars
14k
Forks
2.8k
Avg merge
3d 3h
Merged PRs (30d)
57

Description

Supports usage of age is exactly the same as that of GPG.

https://github.com/FiloSottile/age — CLI and Go reference implementation.
https://github.com/android-password-store/kage — Kotlin/JVM and Android implementation.

$ age-keygen -pq | age -p -o encrypted-identity.txt
Public key: age1pq1cd[... 1950 more characters ...]
Enter passphrase (leave empty to autogenerate a secure one):
age: using autogenerated passphrase "eternal-erase-keen-suffer-fog-exclude-huge-scorpion-escape-scrub"
$ age -a -e -i encrypted-identity.txt file.txt > file.txt.age
$ age -d -i encrypted-identity.txt file.txt.age > file.txt
Enter passphrase for identity file "encrypted-identity.txt":

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading the age CLI and Go reference implementation, then compare the Kotlin/JVM and Android kage implementation linked in the issue. Determine which Thunderbird for Android encryption flows should support age and define the expected behavior before implementation; done means age-encrypted identities and messages work consistently with the shown commands.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, kotlin
Domain
cryptography, security
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.