logo
 

Bonnie.NET on-line demos

Bonnie.NET Web Edition

 
 
PKCS#7 digital signature of text within ASP.NET web pages.

Bonnie.NET Web Edition permits the generation of digital signatures of text contained on a web page.

Users that own a personal 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.

 goto demo
Using digital certificates to sign files from ASP.NET web pages.

Bonnie.NET Web Edition can perform digital signatures of files uploaded to a server from web pages.

With Bonnie.NET Web Edition, users, after uploading a file to a web server, are able to digitally sign it by using their own private key and the related X.509 digital certificate.

 goto demo
ASP.NET digital signature of web forms data with PKCS#7 standard.

Bonnie.NET Web Edition allows the generation of digital signatures of web form data contained on input controls. The signature is made by using a custom JavaScript function that reorganize web form data obtaining a string (that could represent a plain text document, an xml document etc.) to sign.

 goto demo

Bonnie.NET Standard Edition

 
 
Symmetric Encryption Demo

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 cryptographic symmetric algorithms by providing an easy to use object model.

It allows the generation of secret cryptograhic keys by using the PKCS#5 standard and Random Number Generators implementend on the Micorsoft® .NET Framework.

 goto demo
Hash Generation 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.

 goto demo
Digital Signature Demo

With Bonnie.NET you can perform digital signature of texts, files, and in general streams of data, using X.509 digital certificates.

Digital certificates can be loaded from Microsft® certificates stores, from a Smart Card, from the file system or by importing their raw data.

 goto demo