Chilkat
HOME
Android™
ASP
Visual Basic
VB.NET
C#
iOS (IPhone)
Objective-C
C++
C
MFC
Delphi
FoxPro
Java
Perl
PHP Extension
PHP ActiveX
Python
PowerShell
Ruby
SQL Server
VBScript
|
|
PVK to XMLConvert RSA .pvk (private key) to XML. <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> <body> <% set pvk = Server.CreateObject("Chilkat.PrivateKey") ' Password is "wiggy" success = pvk.LoadPvkFile("myKey.pvk","wiggy") If (success = 0) Then Response.Write pvk.LastErrorText & "<br>" End If ' Save it as XML: success = pvk.SaveXmlFile("myKey.xml") If (success = 0) Then Response.Write pvk.LastErrorText & "<br>" End If %> </body> </html> |
© 2000-2012 Chilkat Software, Inc. All Rights Reserved.