Sitharanishadini·Jul 29, 2020Digest Functions in cryptographyA secure digest function or secure hash function is a mathematical function that converts an input into a fixed length output which is…
Sitharanishadini·Jul 29, 2020Public-Key (Asymmetric) algorithmsCryptography is the study and practice of hiding data. It provides the services : Confidentiality, Integrity, Authentication and…
Sitharanishadini·Jul 29, 2020Secret-Key (Symmetric) algorithmsCryptography is the study and practice of hiding data. It provides the services : Confidentiality, Integrity, Authentication and…
Sitharanishadini·Jul 18, 2020Remote Method InvocationThis is shortly called RMI which we use to invoke methods of an object which is running on another Java Virtual Machine (JVM)
Sitharanishadini·Jun 21, 2020External data representation and MarshallingWhat is external data representation and why we need it?