May 2021 2 33 Report
RSA Encryption C++ Project?

Group project doing an RSA program where we are working through the algorithms to encrypt and decrypt a message...

We have already:

Created Public Key

Created Private Key

Encoding of Text

Decoding of Text

We know the formulas to encrypt and decrypt a messaged based off of the keys.. here is the problem.. they numbers encrypted are SOOOO large that we can't store them in c++ datatypes.. (even __int64)

we are literally dealing with 100's of digits in a single number...

So we are sure there is a way to handle this stuff in tinier bits, yet we can't figure out how to do it and we've done tons of research... We've tried looking at open source RSA algorithms, docs explaining RSA encryption, even using big int library classes (that we can't get working right)

Any suggestions on this?

Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Helpful Social

Copyright © 2024 Q2A.ES - All rights reserved.