Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

RSA key serialization #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

RSA key serialization #3

wants to merge 1 commit into from

Commits on Feb 5, 2013

  1. Added ability to serialize RSA key.

    Calling key.toJSON() creates an object that is serializable with:
    
    ```javascript
    JSON.stringify(key.toJSON())
    ```
    
    The RSA key can be recreated using:
    
    ```javascript
    RSA.parse(JSON.parse(rsaString))
    ```
    rca committed Feb 5, 2013
    Configuration menu
    Copy the full SHA
    1f0319f View commit details
    Browse the repository at this point in the history