8000 How to generate public key base64-string? · Issue #8 · shrdlu68/cl-tls · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
How to generate public key base64-string? #8
Open
@anranyicheng

Description

@anranyicheng

Hi,
if i have N and E with RSA, how to generate public key? is this library can do that?

(cl-tls:create-asn-sequence
(list '(1 2 840 113549 1 1 1) :oid)
(list n :integer)
(list e :integer))

and result is correct oct-vector, can you help me?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0