Find Jobs
Hire Freelancers

computer security

$10-30 USD

已关闭
已发布超过 2 年前

$10-30 USD

货到付款
For the following values of p and q: a) p= 577 and q= 709 b) p= 583 and q= 707 c) p= 509 and q= 709 a) Which of these values are valid? b) Derive n, e , d and φ(n) for the valid values of p and q? c) Write the public and private keys for the valid values of p and q? d) Using the valid public keys, encrypt the following messages: 1. M=3 2. M=70 3. M=32 Pick a programming language of your choice (Java, C++, Python), and write about one of the code analyzer tools that can be used by you as a programmer.
项目 ID: 32047662

关于此项目

4提案
远程项目
活跃2 年前

想赚点钱吗?

在Freelancer上竞价的好处

设定您的预算和时间范围
为您的工作获得报酬
简要概述您的提案
免费注册和竞标工作
4威客以平均价$33 USD来参与此工作竞价
用户头像
https://www.freelancer.com/u/Frelanceryoung I would like to help you at a reasonable price, high-quality work delivered on time. I am ready to work on your assignment and complete it in accordance with all the instructions. Quality is guaranteed and the assignment will have 0% plagiarism. Please consider hiring me.
$25 USD 在7天之内
5.0 (3条评论)
2.2
2.2
用户头像
#include<stdio.h> #include<math.h> int gcd(int a, int h) { int temp; while (1) { temp = a%h; if (temp == 0) return h; a = h; h = temp; } } int main() { double p = 3; double q = 7; double n = p*q; double e = 2; double phi = (p-1)*(q-1); while (e < phi) { if (gcd(e, phi)==1) break; else e++; } int k = 2; double d = (1 + (k*phi))/e; double msg = 20; printf("Message data = %lf", msg); double c = pow(msg, e); c = fmod(c, n); printf("\nEncrypted data = %lf", c); double m = pow(c, d); m = fmod(m, n); printf("\nOriginal Message Sent = %lf", m); return 0; }
$25 USD 在8天之内
0.0 (0条评论)
0.0
0.0
用户头像
Hi, I am a professional network security expert with 4+ years of experience. Your program is going to be developed according to the principles of RSA algorithm. I can surely do this job. Please ping me. Thanks.
$50 USD 在7天之内
0.0 (0条评论)
0.0
0.0
用户头像
I'm a Cryptography Enthusiast! I can solve any problems related to RSA , ECC , DES , AES etc. I'm a CTF Player as well. I can finish this within 5 hours.
$30 USD 在1天之内
0.0 (0条评论)
0.0
0.0

关于客户

SAUDI ARABIA的国旗
MADINAH, Saudi Arabia
5.0
8
付款方式已验证
会员自3月 30, 2020起

客户认证

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