You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If it passes the integrity check, it'll return `RSAKeyGenerator-0.3.0-universal.dmg: OK`
23
+
If it passes the integrity check, it'll return `AsymmetricKeyGenerator-0.5.0-universal.dmg: OK`
24
24
25
25
## Build from source code
26
26
27
-
Obtain the source code locally and go through the following steps:
27
+
Obtain the source code locally and go through the following steps:
28
28
29
29
```javascript
30
30
@@ -43,7 +43,7 @@ npm run dist
43
43
44
44
1. Open the app;
45
45
46
-
2. Choose the key type; Recommend to keep the default value (` RSA 2048`), then click the button `Generate Key Pair`;
46
+
2. Choose the key type; Recommend to keep the default value (`Ed25519`), then click the button `Generate Key Pair`;
47
47
48
48
3. Below on the left column is the `Private Key`, which should be stored in a secure location on your local disk (by using the `Save` button) and must never be shared with anyone;
0 commit comments