Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: viewtopic.php?t=37864

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

KeyPal: A CryptoAPI Key Container Utility

Should you have problems with the DSM plugin, here's the place to look for help or report issues
Post Reply
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

KeyPal: A CryptoAPI Key Container Utility

Post by redge »

solving, check, make new key, check corruption of file of any key rc4.key, aesv2.key, arc4.key

KeyPal: A CryptoAPI Key Container Utility
Download KeyPal.exe v 2.1.1.0 (53,592 bytes) (.NET 2, Digitally Signed)
http://www.jensign.com/KeyPal/KeyPal.exe

C# source code.
http://www.jensign.com/KeyPal/source/KeyPal.txt


KeyPal.exe is a .NET 2 CryptoAPI console utility which will be of interest to developers creating and troubleshooting crypto-enabled Windows applications. KeyPal demonstrates several techniques for accessing Windows CryptoAPI functionality, including:

* Lists all key containers for Current User or Machine locations and the PROV_RSA_FULL provider type
* For each key container, lists the key types it contains (Signature or Exchange)
* For each key pair, shows the key size
* Indicates if there is a matching certificate(s) in the Current User or Machine MY certificate store
* Exports or displays PUBLICKEYBLOB and XML public key from any key container by number
* Exports X509 SubjectPublicKeyInfo in binary and PEM-encoded form (for Java, OpenSSL etc..)
* Exports unencrypted PRIVATEKEYBLOB, XML private key and PKCS #8 PrivateKeyInfo from any key container by number
* Displays all private key components as hex-encoded byte arrays
* Exports PKCS #12 password-protected keypairs for either a Signature or Exchange keypair in any keycontainer
* Deletes any key container listed
* Displays linked-certificate(s) properties sheet


reference for update detail.
http://www.jensign.com/KeyPal/index.html

thank to user krunge for updated url of KeyPal
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
Post Reply