Security Tools for .NET 2.0 icon

Security Tools for .NET 2.0

1 big stars
Security Tools for .NET 2.0 screenshot
Name: Security Tools for .NET 2.0
Works on: windowsWindows XP and above
Developer: Mentalis.org Team
Version: 1
Last Updated: 23 Feb 2017
Release: 13 Dec 2008
Category: Programming > Components Libraries
Rate this software:
303 downloads
commentsComments
downloadDownload
Liked it? Tell others:
details

Security Tools for .NET 2.0 Details

Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows XP | Windows 2000 | Windows 2003 | Windows 2008 | Windows Vista | Windows 2012
SHA1 Hash: 445281446b6124f65863c7fc20e00dcb1296c072
Size: 181.02 KB
File Format: zip
Rating: 1.956521739 out of 5 based on 23 user ratings
Downloads: 303
License: Free
Security Tools for .NET 2.0 is a free software by Mentalis.org Team and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows XP, Windows 2000, Windows 2003, Windows 2008, Windows Vista, Windows 2012.
You can download Security Tools for .NET 2.0 which is 181.02 KB in size and belongs to the software category Components Libraries.
Security Tools for .NET 2.0 was released on 2008-12-13 and last updated on our database on 2017-02-23 and is currently at version 1.
download button
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
features

Security Tools for .NET 2.0 Description

The Mentalis.org Security Tools library was designed to be an add-on for the .NET framework. Its goal is to provide some useful cryptographic tools that do not yet exist for the .NET 2.0 Framework.
Strong Name Files: Strong Name files (or SNK files) can be created and used by Microsofts sn.exe tool. However, sometimes its useful to create these files manually from code, or to use the keys in these files in your code. Using the StrongNameFile class, you can do these things! You can initialize instances of this class using your own RSA parameters, and then save them to SNK files where they can be used to sign code for instance. Or you can open an existing SNK file, and initialize a new RSACryptoServiceProvider instance with the public/private key pair contained in the SNK file.
Private Key Files: Apart from Strong Name files, Private Key files (also called PVK files) can also be opened by this library. The PrivateKeyFile class can open a PVK file and associate it with the corresponding X509 certificate that you have. This way, the X509Certificate instance can be used to encrypt/verify and decrypt/sign data.
RSA Exponent-of-one Keys: Exponent-of-one keys are special RSA keys, in the sense that the output buffer matches the input buffer for any RSA encryption or decryption. Practically, this means that if you generate a key-exchange message using an RSAPKCS1KeyExchangeFormatter instance that was initialized with such a special key, the resulting key exchange buffer will include the secret key unencrypted. Exponent-of-one keys are very useful when youre in the debugging stage of your application. You can use these keys instead of normal RSA keys, and the entire system keeps working as expected. The only difference is that the encrypted data is the same as the unencrypted data - a very useful feature for debugging purposes.
Self-signed certificates: When you need to create X509 certificates at runtime, you can use the new X509CertificateGenerator that creates self-signed certificates with the parameters that you specify. You can set the public/private key, the subject name, the validity period and add certificate extensions. The library returns an X509Certificate instance that can then be used or saved to disk.
similarSimilar Software