Generate and store RSA Key
Allows to generate a RSA key and store it on your device in Unity3D.
be.elab.generatestorersakey 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/generatestorersakey.git README Markdown
Copy this to your project's README.md
## Installation
Add **Generate and store RSA Key** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/generatestorersakey.git
```
[](https://www.pkglnk.dev/pkg/generatestorersakey)Dependencies (1)
Used By (1)
README
Open UPM: Store Genereted Rsa Key InUnity
This package has one main goal: to store generated RSA keys in Unity.
Since Unity isn’t particularly well-suited for cryptography, I adopted a format that works within the constraints of Unity’s C# implementation.
- pbit4096b58pkcs1sha256
(Yeah, I didn’t really have much of a choice on this topic (^^' ))
It uses another package called Path Type ReadWrite.
This tool helps clarify relative, abstract, file, and directory paths.
No comments yet. Be the first!