top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Encryption algorithm execution with Rails

+3 votes
331 views

I have a doubt , when I develop an app that run a encryption algorithm, this algorithm run first on the client computer and the send the data to server, or is executed directly on server, enabling interception of
the plain text?

posted Sep 11, 2013 by Anderson

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote
answer Sep 12, 2013 by Satyabrata Mahapatra
This is not what I am looking for, I want to know if encryption algo runs on client or server.
Similar Questions
+1 vote

Is it necessary to implement both integrity and ciphering together for a message ? or for certain cases only integrity or only ciphering required ?

+2 votes

In LTE, if a NAS packet is going to be sent, the encryption is followed by integrity protection in NAS layer, but in RRC/PDCP layer, When RRC messages are being sent, they are integrity protected first and then encrypted before being sent, unlike NAS messages were. Why the integrity and encryption protection order is different in NAS and AS layer?

...