Bonnie.NET Web Edition
Bonnie.NET Web Edition permits the generation of digital signatures of texts contained on a web page.
Users that own an X.509 digital certificate and the related private key are able to digitally sign texts contained on a web page and submit them to the server.
This demo shows how to perform digital signature of texts and how to generate multiple digital signatures of the same data.
goto demo »
Bonnie.NET Web Edition allows users to peform digital signatures of files that reside on their machine by using their own digital certificates. Files and all types of streams sent to users by the server can be signed too.
This demo permits to check out how the signature of files works when using Bonnie.NET Web Edition.
goto demo »
Bonnie.NET Web Edition allows the generation of digital signatures of pages contents (forms data before all) that reside inside ASP.NET web pages. The signature is made possible by using a custom JavaScript function that reorganizes the page's content obtaining a string to sign.
This demo shows how to transform values contained inside page's input controls in an xml document and sign it with user's certificate.
Signatures inside the signed custom content, as all others types of signed contents generates with Bonnie.NET Web Edition, can be verified by using Bonnie.NET's SignatureBrowsers. This demo shows how this can be done.
goto demo »
Bonnie.NET Standard Edition
Bonnie.NET encrypts texts, files, and in general streams of data, in an easy way by using the today most adopted symmetric algorithms.
It simplify the use of symmetric algorithms by providing an easy to use object model.
This demo shows how to perform symmetric encryption with Bonnie.NET and how to generate secret cryptograhic keys by using the PKCS#5 standard and Random Number Generators.
goto demo »
Bonnie.NET permits the hash and keyed hash (HMAC) generation of texts, files, and in general streams of data, by using wide adopted hash and keyed hash algorithms.
In this demo, you will see how to perform hash and keyed hash generation with Bonnie.NET and which are the main differences among the two.
goto demo »
With Bonnie.NET, you can perform digital signature of texts, files, and in general streams of data, using X.509 digital certificates and asymmetric algorithms such as RSA and DSA.
With Bonnie.NET, digital certificates can be loaded from Microsoft certificates stores, from a Smart Card, from the file system or by importing their raw data.
This demo shows how to perform digital signature and verification of texts by using a demo X.509 certificate.
goto demo »