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년 전

돈을 좀 벌 생각이십니까?

프리랜서 입찰의 이점

예산 및 기간 설정
작업 결과에 대한 급여 수급
제안의 개요를 자세히 쓰세요
무료로 프로젝트에 신청하고 입찰할 수 있습니다
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)
미리 보기 화면을 준비 중...
위치 정보 관련 접근권이 허용되었습니다.
고객님의 로그인 세션이 만료되어, 자동으로 로그아웃 처리가 되었습니다. 다시 로그인하여 주십시오.