Using 1Crypt
Using 1Crypt is simple and straightforward
A Test program (.exe) is provided with 1Crypt. This allows you to experiment with calling all the functions so that you can see how they work.
1Crypt is an ActiveX Control. It can be used in almost all modern Windows programming environments.
Just add the control to your design interface, and then drag and drop it to a form to use it.
ยท In MS Visual Studio, right-click on the Toolbox and select 'Choose Items'. You should see 1Crypt under COM Components.
Languages supported include:
.NET, C#, C++, Visual Basic, Java, ASP, PHP, Delphi, PowerBuilder, Perl, Python, JScript, VBScript, and any other language which can use ActiveX controls.
Encryption is simple
e.g. To encrypt a string in Visual Basic .NET :
MyEncryptedString = AxOneCrypt.EncryptString(MyKey, MyString)
Compatible with Windows 98, ME, NT, 2000, Server 2003, XP, Vista, Windows 7
