Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encrypt with PGP #205

Open
jferard opened this issue Jun 6, 2020 · 1 comment
Open

Encrypt with PGP #205

jferard opened this issue Jun 6, 2020 · 1 comment
Assignees
Milestone

Comments

@jferard
Copy link
Owner

jferard commented Jun 6, 2020

For investigation:

<loext:keyinfo>
    <loext:encrypted-key>
        <loext:encryption-method loext:PGPAlgorithm="http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p"/>
        <loext:KeyInfo>
            <loext:PGPData>
                <loext:PGPKeyID>Base64 of fingerprint</loext:PGPKeyID>
                <loext:PGPKeyPacket>Base64 of fingerprint</loext:PGPKeyPacket>
            </loext:PGPData>
        </loext:KeyInfo>
        <loext:CipherData>
            <loext:CipherValue>Base64 of gpg --encrypt --symmetric <key> 
        </loext:CipherData>
    </loext:encrypted-key>
    another key here.
</loext:keyinfo>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant