Languages Delphi & Kylix Delphi String Manipulation  

String Encryption, Decryption

download download  
important code information
author:
Martyn Currah
minimum requirements:
String Encryption, Decryption description

This shows how to Encrypt a string, and also how to then Decrypt that string, its a little incomplete as all characters(only symbols) arnt set, easy changable to any key you like!, rate what you think please! marty.


This is my string encryption/decryption program, it currently only encrypts all letters number and no symbols, (couldnt be botherd to finish), all you need to do to complete this program for a full encrytion service, thats means including:
all the symbols in the array of Alpha and Beta, it is pretty easy to understand,
just if edited make sure you remember to update the code wehre required!!


File List:
Encryption.exe165Kb
Project1.dof478b
Project1.dpr188b
Project1.res1Kb
Project1.~dp188b
READ ME.txt1Kb
Unit1.dcu7Kb
Unit1.dfm1Kb
Unit1.pas4Kb
Unit1.~df1Kb
Unit1.~pa4Kb

Similar code
Formatting RichEdit with HTML tags (Popularity: ) : For my second venture in Delphi I decided to convert another one of my Visual Basic uploads to Delphi. This ...
Base Converter (Popularity: ) : This program was made to show you how to convert number bases easily and efficiently. The program supports binary, octal, ...
Char Statistic / Count (Popularity: ) : Just a sample how to calculate character in one text/paragraph. Usefull if you want to do a char count/statistic.
Expression Evaluater Example (Popularity: ) : This program was made to show how to evaluate an expression. The program supports ^,*,/,+,- and does order of operation. ...
Encryption Component (Popularity: ) : TO get the script for this not in component form, check out my string encryption upload and please rate*** This ...
Replace Char Function *UPDATED* (Popularity: ) : You can easily replace characters with this function. I noticed delphi was missing one, so I wrote one myself. This ...
Random String Generator Example - Extra Options - Patterns (Popularity: ) : A random string generator. It has some useful options and the user can enter the patterns the he chooses. It ...
Split function with an attitude (Popularity: ) : Split a given string into TStrings with given delimiter character. Will also process Quoted string if need to (e.g.): 'this, ...
Simulated Stack (Popularity: ) : This code is just like my previous posting under VB. I just finished porting it to Delphi. It lets you ...
User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 8
version
size in Kb 96
popularity   219/5995045
user rating 0/10
ad


New Code
Popular Code