Find Jobs
Hire Freelancers

AES Encryption COM object for Windows

$100-250 USD

W trakcie realizacji
Opublikowano około 19 lat temu

$100-250 USD

Płatne przy odbiorze
I need a COM object (In C/C++ or VB) for Windows that performs AES encryption and is compatible with the sample JAVA encryption/decryption code below (see deliverables section). My client does not have or want Java and I need a COM component that he can use easily. I need to be able to set and compile the IV and Key and deliver the COM object (dll) to the client for his use. He should only need to pass in a string for either encryption or decryption (and receive the resultant string). I don't have a lot of money, but this is worth over $100 to me. The code must be unrestricted for private commercial use. Thanks! ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): a) There must be no memory leaks or performance problems. b) The COM object must be lightweight and include no other encryption or other code that is not specified. c) The COM object must be able to be registered and used on Windows 2000 and Windows NT. 3) All deliverables will be considered "work made for hire" under U.S. Copyright law. Buyer will receive exclusive and complete copyrights to all work purchased. 4) Here's the sample Java code with which the COM component must be compatible: import java.io.*; import java.net.*; import javax.crypto.*; import javax.crypto.spec.*; public class EncryptionTest4 { public static String PadString(String in) { int slen = ([login to view URL]() % 16); int i = (16 - slen); if ((i > 0) && (i < 16)){ StringBuffer buf = new StringBuffer([login to view URL]() + i); [login to view URL](0, in); for (i = (16 - slen); i > 0; i--) { [login to view URL](" "); } [login to view URL]("padded = " + [login to view URL]()); return [login to view URL](); } else { return in; } } public static String toHexString(byte bytes[]) { StringBuffer buffer = new StringBuffer([login to view URL] * 2); for (int i = 0; i < [login to view URL]; i++) { if (((int) bytes[i] & 0xff) < 0x10) [login to view URL]("0"); [login to view URL]([login to view URL]((int) bytes[i] & 0xff, 16)); } return [login to view URL](); } public static final byte[] fromHexString(String hex) { byte[] data = new byte[[login to view URL]() / 2]; for (int i = 0; i < [login to view URL]; i++) { String subStr = [login to view URL](2 * i, 2 * i + 2); data[i] = (byte) [login to view URL](subStr, 16); } return data; } public static void **main**(String[] args) throws IOException { try { //**Encryption **///Want to pad then encrypt then convert to hex // (corresponding PHP mcrypt library function pads with spaces) //**Decryption **//Want to convert from hex, then decrypt, then trim Cipher cipher = [login to view URL]("AES/CBC/NoPadding"); SecretKeySpec keySpec = new SecretKeySpec("thistest12qwqwqw".getBytes(), "AES"); IvParameterSpec ivSpec = new IvParameterSpec("doesthis12qwqwqw".getBytes()); [login to view URL](Cipher.ENCRYPT_MODE, keySpec, ivSpec); //note that we encrypt the lower case version of the string! byte[] encText = [login to view URL]((PadString(args[0].toLowerCase())).getBytes()); String encryptedString = toHexString(encText); [login to view URL]("encryptedString: " + encryptedString); [login to view URL](Cipher.DECRYPT_MODE, keySpec, ivSpec); byte[] decText = [login to view URL](fromHexString(encryptedString)); [login to view URL]("decrypted string = " + (new String(decText).trim())) } catch(Exception e) { [login to view URL]([login to view URL]()); } } } ## Platform Windows 2000, NT
Identyfikator projektu: 3622048

Informację o projekcie

4 ofert
Zdalny projekt
Aktywny 19 lat temu

Szukasz sposobu na zarobienie pieniędzy?

Korzyści ze składania ofert na Freelancer.com

Ustal budżet i ramy czasowe
Otrzymuj wynagrodzenie za swoją pracę
Przedstaw swoją propozycję
Rejestracja i składanie ofert jest bezpłatne
4 freelancerzy składają oferty o średniej wysokości $135 USD dla tej pracy
Awatar Użytkownika
See private message.
$144,50 USD w 3 dni
5,0 (19 opinii)
5,7
5,7
Awatar Użytkownika
See private message.
$97,75 USD w 3 dni
5,0 (18 opinii)
4,7
4,7
Awatar Użytkownika
See private message.
$127,50 USD w 3 dni
4,8 (20 opinii)
4,5
4,5
Awatar Użytkownika
See private message.
$170 USD w 3 dni
0,0 (0 opinii)
0,0
0,0

O kliencie

Flaga UNITED STATES
Corte Madera, United States
5,0
147
Zweryfikowana metoda płatności
Członek od mar 21, 2005

Weryfikacja Klienta

Dziękujemy! Przesłaliśmy Ci e-mailem link do odebrania darmowego bonusu.
Coś poszło nie tak podczas wysyłania wiadomości e-mail. Proszę spróbować ponownie.
Zarejestrowani Użytkownicy Całkowita Liczba Opublikowanych Projektów
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Wczytywanie podglądu
Udzielono pozwolenia na Geolokalizację.
Twoja sesja logowania wygasła i zostałeś wylogowany. Proszę, zalogować się ponownie.