Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

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

Style
Preview
pkglnk installs badge
## 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
```

[![pkglnk](https://www.pkglnk.dev/badge/generatestorersakey.svg?style=pkglnk)](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.

It uses another package called Path Type ReadWrite.
This tool helps clarify relative, abstract, file, and directory paths.

Comments

No comments yet. Be the first!