Use the first free component for ASP/VB to generate Excel dynamic report on the fly.

DypsRC4 let is a COM component wich let you encrypt and decrypt strings and files with ASP/VB6/VBscript and any language supporting COM interface...

Download Products


DypsWebCapture : Capture Web page as thumbnail image

Documentation
Example
Download
Buy

New release with embed IE and Firefox rendering engine !



DypsFTP : Manage a FTP site from your script

Documentation
Buy


DypsImg2SWF : Protect and save your image as SWF/Flash format!

Documentation
Example
Download
Buy


DypsXLS for ASP: Générateur de fichier Excel

New features!
Documentation
Exemple d'utilisation
Download
Buy


DypsMetaGrabber : get Meta Tag from any web page!

Documentation
Example
Download
Buy


DypsAntiSpam for ASP

Features
Exemple d'utilisation
Download
Buy

DypsoPRank for ASP

Features
Exemple d'utilisation
Download
Buy

Pop3 Checker for ASP

Features
Exemple d'utilisation
Download
Buy

SVG Pie chart Maker for ASP

Features
Exemple d'utilisation
Download

DypsRTF for ASP

Features
Exemple d'utilisation
Download
Buy

What's New ?


Mise en ligne du premier outil gratuit pour générer des fichiers Excel depuis ASP : DypsXLS !
[Lire la suite]

Et un forum Le site se dote d'un forum pour vous permettre de partager toujours plus.
[Rejoigner nous]

Annuaire de scripts ! Un annuaire de scripts et de liens utiles vers des ressources pour le développement
[Lire la suite]

Création d'un outil gratuit pour retrouver ses mails : Pop3 Checker for free !
[Lire la suite]

Création d'un outil gratuit pour générer des graphiques vectoriels à la volée: Free SVG Pie chart Maker !
[Lire la suite]

DypsRC4 let your protect your data : RC4 for ASP

Techniques

This category is aimed to help programmers in order to find and share helpfull techniques, source code and more stuff.


Techniques / Safety component : DypsRC4 Download DypsRC4 for free!


  •  Encrypt strings and files on the fly with DypsRC4:

This component allows you encrypt/decrypt sensitive information (e.g. Credit Card number) in web application. It allows you store sensitive information (e.g. user’s password, Credit Card number) in database without compromising security. The streaming-encryption algorithm known as RC4 is generally regarded as being "strong" and has no known attacks.

RC4 is an extremely fast and very secure stream cipher from RSA Data Security, Inc.

DypsRC4 is a simple component with one interface wich is : ClsCrypt.


ClsCrypt Object :


- Properties

  • Key : let you specify a key in order to calculate ...
  • Version : return the actual version of the application you are using.


- Methodes

  • DecryptString(sStr As String, Optional Key As String, Optional IsTextIn64 As Boolean) As String
  • EncryptString(sStr As String, Optional Key As String, Optional OutputIn64 As Boolean) As String
  • DecryptFile(InputFile As String, OutputFile As String, Overwrite As Boolean, Optional Key As String, Optional IsFileIn64 As Boolean) As Boolean
  • EncryptFile(InputFile As String, OutputFile As String, Overwrite As Boolean, Optional Key As String, Optional OutputIn64 As Boolean) As Boolean
  • Encode64(ByRef sStr As String) As String
  • Decode64(sStr As String) As String


Sample : How to encode file with DypsRC4 > Next page



You could now ask for support by using the forum.