Re: modulo




"Richard Heathfield" <invalid@xxxxxxxxxxxxxxx> wrote in message
news:beCdneOY4r3EtGTZnZ2dnUVZ8tKdnZ2d@xxxxxxxxx
Bill Cunningham said:

<snip>

Does any of these modulos or whatever integer help against
hacking with binary logic? I would think even 256 or 512 bit encryption
could eventually be cracked and isn't that what encryption is trying to
defeat? XOR NOT NAND and these circuits would open anything.

Try it, and you'll perhaps begin to see how difficult it is.

P = (C to the power S) modulo M.

I will give you P, C, and M. If you can correctly identify S - *any* value
of S that gives the right P for the given C or M - then if this were the
nasty world of espionage you would be well on the way to cracking a secret
communication between myself and my super-secret spy boss.

P:
67708360109032856020913339287457880454720889383024198396193006157860217681

C:

3145650264911197945231643214546547984224475345731562440994232148583334593521

M:

128463889368126358656537483673673499494456653635128498716874980901962341954

I don't hold out much hope for you, but feel free to give it a try.


Do you mean binary arithmetic cannot decrypt this algorithm or that it
would take an immense amount of time to do so? So much that it wouldn't be
worth it. Several generations of computers could come and go before
decryption?

Bill




.



Relevant Pages

  • How do I Use DPAPI to Encrypt and Decrypt Data (C#/VB.NET)?
    ... Use DPAPI to Encrypt and Decrypt Data ... The code below demonstrates how to call Data Protection API (DPAPI) ... In addition to encryption and decryption, ... public static string Encrypt ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Byte array to string and back - newbie question
    ... // Create a symmetric algorithm. ... This is done to make encryption more ... // Encrypt a string into a string using a password ... // Decrypt a byte array into a byte array using a key and an IV ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: CryptAPI(encryption/decryption)
    ... It seems like you're missing the Base64 decode step when trying to decrypt ... I misspelled the Private Key as Primary Key. ... Is there any variation in the encryption format in openssl compared to ... "Dylan DSilva " wrote: ...
    (microsoft.public.pocketpc.developer)
  • Re: Writing spaghetti code for obfuscation/encryption
    ... > undocumented opcodes and simple encryption? ... do the protection and distribution (I'll justify this later, ... This key was used to decrypt the main program code. ... So here's the scheme in action: Put disk in, ...
    (comp.lang.asm.x86)
  • Re: Which is more secure RC2 or RC4 ?
    ... Credit card info... ... If your application can decrypt the information (in order to send it ... one goofy solution may be to use public key encryption on ... decryption key on a separate computer (laptop). ...
    (sci.crypt)