Find Jobs
Hire Freelancers

computer security

$10-30 USD

Cerrado
Publicado hace más de 2 años

$10-30 USD

Pagado a la entrega
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 del proyecto: 32047662

Información sobre el proyecto

4 propuestas
Proyecto remoto
Activo hace 2 años

¿Buscas ganar dinero?

Beneficios de presentar ofertas en Freelancer

Fija tu plazo y presupuesto
Cobra por tu trabajo
Describe tu propuesta
Es gratis registrarse y presentar ofertas en los trabajos
4 freelancers están ofertando un promedio de $33 USD por este trabajo
Avatar del usuario
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 en 7 días
5,0 (3 comentarios)
2,2
2,2
Avatar del usuario
#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 en 8 días
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
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 en 7 días
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
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 en 1 día
0,0 (0 comentarios)
0,0
0,0

Sobre este cliente

Bandera de SAUDI ARABIA
MADINAH, Saudi Arabia
5,0
8
Forma de pago verificada
Miembro desde mar 30, 2020

Verificación del cliente

¡Gracias! Te hemos enviado un enlace para reclamar tu crédito gratuito.
Algo salió mal al enviar tu correo electrónico. Por favor, intenta de nuevo.
Usuarios registrados Total de empleos publicados
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Cargando visualización previa
Permiso concedido para Geolocalización.
Tu sesión de acceso ha expirado y has sido desconectado. Por favor, inica sesión nuevamente.