• Stars
    star
    1
  • Language
    C
  • Created almost 2 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The Playfair cipher or Playfair square or Wheatstone–Playfair cipher is a manual symmetric encryption technique and was the first literal digram substitution cipher. The scheme was invented in 1854 by Charles Wheatstone, but bears the name of Lord Playfair for promoting its use.

More Repositories

1

DoggyCare-Webpage

I created this webpage only using HTML, CSS and Bootstrap.
HTML
1
star
2

CeaserCipher

Ceaser Cipher Encryption and Decryption Code in C.
C
1
star
3

Swaping-Variables

The simplest way to swap the values of two variables is using a temp variable. In here my temp variable is c.
Python
1
star
4

Tip-Calculator

This is python base tip calculator.
Python
1
star
5

Pizza-Bill-Calculator

Python
1
star
6

Roller-Coaster-Bill

Python
1
star
7

Treasure-Island-Game

Python
1
star
8

Love-Calculator

To work out the love score between two people
Python
1
star
9

Rock-Paper-Scissors-Game

Python
1
star
10

Life-in-weeks

I was reading this article by Tim Urban - Your Life in Weeks and realised just how little time we actually have.
Python
1
star
11

Calculator

This in simple calculator based on JavaFX method.
Java
1
star
12

Hill-Cipher

Hill cipher is a polygraphic substitution cipher based on linear algebra.Each letter is represented by a number modulo 26.
Python
1
star
13

First-HTML-Portfolio

HTML
1
star
14

Personal-Website-HTML-CSS

This is my first HTML+CSS webpage. So now it's on air.
HTML
1
star
15

Data-encryption-standard-DES-

The Data Encryption Standard is a symmetric-key algorithm for the encryption of digital data. Although its short key length of 56 bits makes it too insecure for modern applications, it has been highly influential in the advancement of cryptography.
Python
1
star
16

Simple-Calculaator

Using this calculator only you can do addition, multiplication, subtraction and division. Used C language to build this calculator.
C
1
star
17

BMI-Calculator-using-Python

Define the formula for calculating BMI: BMI = weight / (height * height) 2. Define the weight and height inputs as float values. 3. Write a function that takes the weight and height as inputs, calculates the BMI, and returns the result.
Python
1
star
18

TharinduRamanayake

1
star
19

RSA-Algorithm

RSA is a public-key cryptosystem that is widely used for secure data transmission. It is also one of the oldest. The acronym "RSA" comes from the surnames of Ron Rivest, Adi Shamir and Leonard Adleman, who publicly described the algorithm in 1977.
Python
1
star
20

-Project-Covid-19

The C language was used and the CSV data file was used to obtain and read the details. After entering the relevant country, you can get the details of the Covid-19 epidemic related to that country.
C
1
star
21

Advanced-Encryption-Standard-AES-

The Advanced Encryption Standard, also known by its original name Rijndael, is a specification for the encryption of electronic data established by the U.S. National Institute of Standards and Technology in 2001.
Python
1
star
22

One-Time-Pad-OTP-

In cryptography, the one-time pad is an encryption technique that cannot be cracked, but requires the use of a single-use pre-shared key that is not smaller than the message being sent. In this technique, a plaintext is paired with a random secret key.
Python
1
star
23

Electricity-Bill-Calculator

Using this calculator you can find out your own electricity bill. But you must change values for calculating the correct bill value.
C
1
star