Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

[WIP] Avatar decryption with aes_gcm_siv #22

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

[WIP] Avatar decryption with aes_gcm_siv #22

wants to merge 3 commits into from

Conversation

Blackoverflow
Copy link
Collaborator

@Blackoverflow Blackoverflow commented Oct 25, 2020

Signal uses aes_gcm_siv for avatar encryption.
This will be the corresponding go implementation.

It is now using https://github.com/agl/gcmsiv, which is also used by https://boringssl.googlesource.com/boringssl/ .
This sounds like a reliable implementation. :)

The tests pass.

Now, I need to verify if its able to decrypt real avatars .

It seems, the library can't be compiled for armhf. :(

Not correct by now. The tests in server_test.go still fail.
Warning: secure-io/siv-go is an "experimental proof-of-concept 
implementation". I'm not happy with this dependency.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant