Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aarnott/pfx2snk
Converts PFX files to SNK files.
https://github.com/aarnott/pfx2snk
Last synced: about 1 month ago
JSON representation
Converts PFX files to SNK files.
- Host: GitHub
- URL: https://github.com/aarnott/pfx2snk
- Owner: AArnott
- Created: 2014-02-10T04:59:57.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-10T05:07:29.000Z (almost 11 years ago)
- Last Synced: 2024-12-01T00:03:57.463Z (about 1 month ago)
- Language: Visual Basic
- Size: 133 KB
- Stars: 12
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Pfx2Snk
=======Converts PFX files to SNK files.
USAGE:
pfx2snk.exe your-existing.pfx your-new.snk
The tool will prompt for a password which it stores in memory securely using SecureString
and does not display it on the screen.