Find Jobs
Hire Freelancers

AES Encryption COM object for Windows

$100-250 USD

已完成
已发布大约 19 年前

$100-250 USD

货到付款
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
项目 ID: 3622048

关于此项目

5提案
远程项目
活跃19 年前

想赚点钱吗?

在Freelancer上竞价的好处

设定您的预算和时间范围
为您的工作获得报酬
简要概述您的提案
免费注册和竞标工作
颁发给:
用户头像
See private message.
$127.50 USD 在3天之内
5.0 (97条评论)
6.2
6.2
5威客以平均价$133 USD来参与此工作竞价
用户头像
See private message.
$144.50 USD 在3天之内
5.0 (19条评论)
5.7
5.7
用户头像
See private message.
$97.75 USD 在3天之内
5.0 (18条评论)
4.7
4.7
用户头像
See private message.
$127.50 USD 在3天之内
4.8 (20条评论)
4.5
4.5
用户头像
See private message.
$170 USD 在3天之内
0.0 (0条评论)
0.0
0.0

关于客户

UNITED STATES的国旗
Corte Madera, United States
5.0
65
付款方式已验证
会员自3月 21, 2005起

客户认证

谢谢!我们已通过电子邮件向您发送了索取免费积分的链接。
发送电子邮件时出现问题。请再试一次。
已注册用户 发布工作总数
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
加载预览
授予地理位置权限。
您的登录会话已过期而且您已经登出,请再次登录。