
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Ginni has Published 1522 Articles

Ginni
2K+ Views
Blowfish is a symmetric block cipher algorithm invented by Brute Schneier in December 1993. The Blowfish algorithm has several advantages. It is applicable and efficient for hardware implementation and no license is needed. The elementary operators of Blowfish algorithm contains table lookup, addition and XOR. The table contains four S-boxes ... Read More

Ginni
2K+ Views
Blowfish is a symmetric block cipher algorithm invented by Brute Schneier in December 1993. Blowfish is a substitute of DES or IDEA. One of the most popular feistel network ciphers is Blowfish. Blowfish algorithm has 64-bit block size and variable key length from 42 bits to 448 bits. The algorithm ... Read More

Ginni
5K+ Views
Blowfish is the symmetric block cipher algorithm and it encrypts the block information of 64-bits at a time. It follows the Feistel network and the working procedure of this algorithm is divided into two parts.Subkey Generation − This process transform the key upto 448 bits long to subkeys adding 4168 ... Read More

Ginni
2K+ Views
The Blowfish encryption algorithm is a symmetric block cipher designed to achieve in the DES algorithm that was slow and uncertain. Blowfish is a keyed, symmetric cryptographic block cipher invented by Bruce Schneier in 1993 and located in the public domain.Symmetric encryption uses an individual encryption key to both encrypt ... Read More

Ginni
11K+ Views
The strength of DES is as follows −Use of 56 bit keys56 bit key can be frequently used in encryption. There are 256 possible keys. A brute force attack on such number of keys is impossible.A machine implementing one DES encryption per microsecond would take more than thousands of years ... Read More

Ginni
963 Views
There are some popular examples of Block Cipher which are as follows −The CAST Block Cipher − The CAST Block Cipher is an advancement of the DES block cipher, introduced in Canada by Carlisle Adams and Stafford Tavares. The name of the cipher appear to be after the initials of ... Read More

Ginni
6K+ Views
Weaknesses in Cipher Design − Some weaknesses that have been discovered in the design of cipher are as follows −S-boxes − There are three weaknesses have been discovered in S-boxes which are as follows −In S-box 4, the last three output bits can be changed in the same method as ... Read More

Ginni
335 Views
The Data Encryption Standards (DES) algorithm was invented by IBM in the early 1970s. The two main element of the DES-based system are an algorithm and a key. The DES algorithm is a complex interactive procedure includes substitutions, permutations, and mathematical operations.The key feature of DES is that the algorithms ... Read More

Ginni
4K+ Views
A reverse process of encryption is known as Decryption. It is a procedure of transforming Cipher Text into Plain Text. Cryptography need the decryption technique at the receiver side to acquire the original message from non-readable message (Cipher Text).Decryption operate by using the opposite conversion algorithm used to encode the ... Read More

Ginni
698 Views
Encryption is a procedure of coding data which can be a file or mail message into cipher text a form unreadable without a decoding key in order to avoid anyone except the pre-determined receiver from reading that information.Decryption is the reverse procedure of transforming encrypted data to its original unencoded ... Read More