Encryption and Decryption

We have used Java Language , as it already has Inbuilt Encryption & Decryption methods , we also have used File handling part so as to make easy for file transfer . Problem Statement : If you search Data breach on google , the chances that you will get a lot of recent news about […]

Read More Encryption and Decryption

Data Structures

Data Structure is a way of collecting and organizing data ,such that we can optimize our code . For example 1.You can either Store data in tuple or list , depending on operations you want to perform. 2. You can either use yield function use in python or declare data type to store temporary data.As […]

Read More Data Structures