I would like to know about the frame from friends series algorithm

Asked By 0 points N/A Posted on -
qa-featured

I have some bugs I am trying to fix from this algorithm, and I am not sure where to start. Can anyone in this forum help me out with what I would need to know to successfully fix the bugs and get this algorithm working for me?

SHARE
Answered By 15 points N/A #163548

I would like to know about the frame from friends series algorithm

qa-featured

You are trying to find a solution for the algorithm in your friends. You want to solve the problem. There you find many ways. Try what i learned. In such algorithm cryptography, you can find two types of keys, public and private key. One key is used to encrypt data at sender side; the other is used to decrypt the data at receiver side. If your friend has encrypted the algorithm frame using his public key, you can decrypt it using private key provided your private key and his public key have some mathematical relation. But, I still don't guarantee you that the data would be accessible.

He may have applied some other algorithms for data integrity like the message digest MD5. But that is just to check that whether the received data is the same as the sent data. Take help from this book; https://larc.unt.edu/ian/books/free/lnoa.pdf Hope there shall help you in your way.

Thanks

Related Questions