Visual Basic .NET Code Example:
Using System.Web;
Using Figura.Cryptography;
Dim encrypted_text As String = _
BlowfishCryptoProvider.Encrypt( _
email_address, generated_key)
Dim url_encoded As String = _
HttpUtility.UrlEncode(encrypted_text)
Image Tag Example:
<img src="http://figura.allomagobie.com/avatar.aspx?id=url_encoded&u=reg_number"
/>
Generating key
Generate and save key from this page for further uses. Encrypt the email
address with Blowfish Cryptography (see example code) with generated key. Point
your 'img src' to the site and you are ready to go!
For developer eyes only!
This sample code uses C#,
PHP, VB.net language. For other programing
languages, we will post it as soon as possible.
You can download
Figura.Cryptography.dll (zipped,10.7 KB)
here. It contains Blowfish Algorithm library for encryption matter.
Lot more will be coming soon!
How to reach us?
If you have any questions or ideas you can reach us at
www.allomagobie.com