Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Hardware & Devices
  4. Implementation of RSA

Implementation of RSA

Scheduled Pinned Locked Moved Hardware & Devices
tutorialquestionsecurity
3 Posts 3 Posters 10 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Kimdave
    wrote on last edited by
    #1

    Dear All, Im so confused when it comes to RSA implementation. Can someone please tutor me on how to do the calculation: Take for example: p=7, q=11 and a proper value of e to encode text "OLAJIDE", I translate each letter to be: O=15 L=12 A=1 J=10 I=9 D=4 E=5 How do I apply the decrption/encryption to recover the original plaintext? Thank you.

    A M 2 Replies Last reply
    0
    • K Kimdave

      Dear All, Im so confused when it comes to RSA implementation. Can someone please tutor me on how to do the calculation: Take for example: p=7, q=11 and a proper value of e to encode text "OLAJIDE", I translate each letter to be: O=15 L=12 A=1 J=10 I=9 D=4 E=5 How do I apply the decrption/encryption to recover the original plaintext? Thank you.

      A Offline
      A Offline
      Alexander M
      wrote on last edited by
      #2

      What does this have to do with hardware? Don't try it, just do it! ;-)

      1 Reply Last reply
      0
      • K Kimdave

        Dear All, Im so confused when it comes to RSA implementation. Can someone please tutor me on how to do the calculation: Take for example: p=7, q=11 and a proper value of e to encode text "OLAJIDE", I translate each letter to be: O=15 L=12 A=1 J=10 I=9 D=4 E=5 How do I apply the decrption/encryption to recover the original plaintext? Thank you.

        M Offline
        M Offline
        Mike Dimmick
        wrote on last edited by
        #3

        Details of the RSA algorithm[^]. If you're interested for theoretical reasons, go ahead. If you're trying to implement it yourself, don't bother: use a tested, FIPS-approved implementation. On Windows, from C++, use the Cryptography API[^]. From Visual Basic or a scripting language, use CAPICOM[^], the COM wrapper around the Cryptography API. From the .NET Framework, use System.Security.Cryptography.RSACryptoServiceProvider[^]. Stability. What an interesting concept. -- Chris Maunder

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups