Re: Can someone please check these figures

From: Nigel Smart (nigel_at_cs.bris.ac.uk)
Date: 07/26/04


Date: Mon, 26 Jul 2004 11:03:21 GMT

Robert wrote:
> I am trying to encrypt the following using RSA
>
> p = 257, q=263, e = 7, Letter for Encrption = R (ascii 82).
>
> hence:
> N= 67591
>
> C = 82^7 mod 67591
> C=59156
>
> so the encrypted value is 59156
>
> However to I have trouble decrypting it:
>
> phi:67072
> d:38327

Dont do the following....

> C^d:433370372864891793361365563191187492639486140446836071782674040345154835633626032994202073684903505243341240218748940410

Nigel

-- 
Dr Nigel P. Smart                  | Phone: +44 (0)117 954 5163
Computer Science Department,       | Fax:   +44 (0)117 954 5208
Woodland Road,                     | Email: nigel@cs.bris.ac.uk
University of Bristol, BS8 1UB, UK | URL:   http://www.cs.bris.ac.uk/~nigel/


Relevant Pages

  • Re: Why Micosoft products using RC4 failed
    ... > Robert wrote: ... > Oh, I consider a mostly ok algorithm, if used appropriately. ... > some shortcut attacks if you encrypt a lot of data under the same key, ...
    (sci.crypt)
  • Re: Encryption using excel
    ... Hi Robert, I figured out on my own from reading previous questions that there ... is nothing out there to encrypt 1 column (I have used Left, Right, Mid to get ... i need too know how to encrypt and decrypt in excel 97 too. ...
    (microsoft.public.excel.worksheet.functions)
  • Re: Can someone please check these figures
    ... Robert wrote: ... > I am trying to encrypt the following using RSA ... --Mike Amling ...
    (sci.crypt)
  • Re: Asp.net 2.0 deployment with encryption
    ... I guesss I will create a rsa key on the production server. ... Export the public xml/key to a common location on some server. ... As for the ASP.NET 2.0 configuration section protection, ... encryption which use a single shared session key to encrypt and decrypte ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: What is exponent?
    ... For simple description of RSA algorithm ... I also have the receiver's certificate (public key only). ... Use RSA to encrypt the session key ...
    (microsoft.public.dotnet.security)