GithubHelp home page GithubHelp logo

haidukevgen / encryption_applications Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 110 KB

These are Windows forms applications written in C# for file encryption and digital signing using various algorithms and types of cryptosystems.

C# 100.00%
cryptography csharp dsa encryption lfsr rsa winforms

encryption_applications's Introduction

Encryption_Applications

These are Windows forms applications written in C# for file encryption and digital signing using various algorithms and types of cryptosystems.

LFSR

This is a Stream Cipher Cryptosystem based on a 36-bit LFSR (Linear linear feedback shift register).

You can use it to encrypt small files, and no one will be able to open them until they decrypt the file using this program and the same key as you did.

LFSR generates a pseudo-random sequence that has the same length as the file in bits, and then the bits of the file are XORed with the sequence bits. To decrypt the file, you need to use the same initial state for the LFSR so that it generates the same sequence, and then it can be XORed again to get the original file.

image

RSA

RSA (Rivest–Shamir–Adleman) is a public-key cryptosystem, one of the oldest, that is widely used for secure data transmission. In a public-key cryptosystem, the encryption key is public and distinct from the decryption key, which is kept secret (private). An RSA user creates and publishes a public key based on two large prime numbers, along with an auxiliary value. The prime numbers are kept secret. Messages can be encrypted by anyone, via the public key, but can only be decoded by someone who knows the prime numbers.

image

DSA Digital signature

The DSA works in the framework of public-key cryptosystems and is based on the algebraic properties of modular exponentiation, together with the discrete logarithm problem, which is considered to be computationally intractable. The algorithm uses a key pair consisting of a public key and a private key. The private key is used to generate a digital signature for a message, and such a signature can be verified by using the signer's corresponding public key. The digital signature provides message authentication (the receiver can verify the origin of the message), integrity (the receiver can verify that the message has not been modified since it was signed) and non-repudiation (the sender cannot falsely claim that they have not signed the message).

image image image

encryption_applications's People

Contributors

haidukevgen avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.