Posts

Showing posts from November, 2017

USB TETHERING ON RASPBERRY PI

Image
How to connect Raspberry pi using USB tethering on Android Raspberry pi with its default config cant connect through USB Tethering. Network interface should be manually enabled. Open Terminal, enter the following command sudo nano /etc/network/interfaces This will open the interfaces file. Add the following line to that file, iface usb0 inet dhcp The file after modifying should look like this Press ctlr + x,  Y to Save and Exit. Enter the following command sudo ifup usb0 this will bring the network interface up Then reboot your RPi sudo reboot Connect Rpi to your Android device. Turn on the USB tethering on the phone. Tested and working on  Parrot os  Kali linux  Raspbian

WHAT IS SSL, TLS AND HTTPS

Image
SSL/TLS are cryptographic protocols that provide communications security over a computer network. WHAT IS SSL ? SSL (Secure Sockets Layer) is a standard security technology to create an encrypted link between a server and a client. This link ensures that all data passed between the server and the client remain private and secure. It was designed to support protocols such as FTP , HTTP , TELNET . HISTORY OF SSL : The Secure Sockets Layer or SSL was developed by Netscape in 1994 to provide security for web traffic. The first version “ SSL version 1.0 ”, due to its weak cryptographic algorithms and some security flaws, it was never released for public use. The second version 2.0 was released in 1995 considered fairly strong, used MD5. But, it was vulnerable. The next version 3.0 was released in 1996. Which was a complete redesign of the protocol. SSL : SSL ensures that all the data transmitted will be encrypted. Two files, Certificate and Private Key