Show Bid Request
Encrypt string to fixed-length alpha-numeric characters with password
Bid Request Id: 74291
|
|
|
Posted by: |
Sting-Ray (23 ratings)
(Software buyer rating 10 )
|
Non-action Ratio: |
Very Good - 14.29%
|
Buyer Security Verifications: |
Excellent
|
Approved on: |
Jul 21, 2003 3:30:16 AM EDT
|
Bidding Closes: |
Aug 4, 2003 3:29:05 AM EDT
|
Viewed (by coders): |
475 times
|
Deadline: |
8/1/2003 11:36:27 AM (10 days after 7/22/2003 11:36:27 AM)
|
|
|
|
Description:
I need a simple encryption/decryption routine that will encrypt strings to fixed-length alpha-numeric strings using a password. Of course, I don't want to use a simple Select Case character replacement.
The encrypted string can be longer than the input string as long as it's always the same number of characters. For example, if you encrypt any 10 character string, it may come out to say, 20 characters. But no matter what the input string is, as long as it's 10 characters, the output would always be 20 (always the same length). In case I'm not being clear, a 10 character input string could encrypt to even 35 characters, as long as it was the same length every time.
Also, it doesn't need to use high encryption, but it does need to look pretty random.
For example, the input string with some repeating characters like this: "This is a testttttttttt" might come out to "aY3K0rkQnv4NVrziR1oNFcx" but not something like "aY3K0rkQnv4NVrzieeeeeeeeee". I need to have the encrypted string to look random, even if there are some repeating characters.
It would need to be 2 functions that may look like this: Function Encrypt(sPassword as String, sInput as String) as String and Function Decrypt(sPassword as String, sInput as String) as String
If you have a sample EXE already done to send, all the better.
Deliverables: 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) Complete ownership and distribution copyrights to all work purchased.
Platform:
Visual Basic 6
Remember that contacting the other party outside of the site (by email, phone, etc.) on all business projects < $500 (before the buyer's money is escrowed) is a violation of both the software buyer and seller agreements.
We monitor all site activity for such violations and can instantly expel transgressers on the spot, so we thank you in advance for your cooperation.
If you notice a violation please help out the site and report it. Thanks for your help.
|
|
Bidding/Comments:
|
All monetary amounts on the site are in United States dollars.
Rent a Coder is a closed auction, so coders can only see their own bids and comments. Buyers can view every posting made on their bid requests. |
See all rejected bids (and all comments)
Name |
Bid Amount |
Date |
Coder Rating |
|
|
|
This bid was accepted by the buyer!
|
$25 (USD)
|
Jul 21, 2003 6:13:19 AM EDT
|
9.93
(Excellent)
|
|
|
Sting-Ray.
There is no need to look further. Here's a demo. I assume you have the necessary VB 6.0 runtime.
The demo accepts 10 characters in the upper-left textbox. Clicking 'Encrypt' shows the encrypted string in the lower-left textbox. The encrypted string is always 20 characters, regardless of string length. You can copy and paste the encrypted string to the upper-right textbox. Clicking 'Decrypt' should result in the original string displaying in the lower-right textbox.
You can tell that it genuinely works by putting garbage in the upper-right textbox. You WILL receive garbage in the lower-right textbox.
I can change the number of characters used (10 and 20) to any value you want.
There are probably cheaper bids, but mine is guaranteed to work. I didn't just find some code on the Internet for this. I created it from scratch. So if there are any problems, I know the program backwards and forwards and can quickly fix it.
Thomas Tustin
|
|
Attached File
|
|
|
|
|