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]

Encrypt and decrypt file with DypsRC4 component

Techniques

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


Techniques / Safety component : How to use DypsRC4 Download DypsRC4 for free!


  •  How to encrypt and decrypt files using DypsRC4:

This tutorial is aimed to learn how to use the DypsRC4 component in order to encrypt and decrypt a file. In this sample a file called 'first.txt', is first encrypt in a result file called 'second.txt'. After this operation the file called 'second.txt' is decrypted and save as 'third.txt'.

Set cr = Dypso.createObject("DypsRC4.ClsCrypt") cr.Key = "Dypso" 'First we encrypt the file called first.txt cr.EncryptFile "C:\first.txt","C:\second.txt" , true 'Now let's decrypt the file and get first one cr.DecryptFile "C:\second.txt","C:\first.txt" , true 'Clean Memory Set cr = Nothing



You could now ask for support by using the forum.