Skip to content

tanishq18/Protection-of-File-System-in-OS-using-S-DES-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Protection-of-File-System-in-OS-using-S-DES-Algorithm

Objective:
➢ Understanding the need of data security and integrity to be included during design of distributed operating system.
➢ Types of cryptography modules used by different operating system store data and authorize users.
➢ Implement a file encryption technique using DES for the windows platform.
➢ Comparing the time and space aspects of decrypted file and encrypted file.

ABOUT DES
• The Data Encryption Standard (DES) is a symmetric-key block cipher published by the National Institute of Standards and Technology (NIST).
• DES is an implementation of a Feistel Cipher.
• It uses 16 round Feistel structure.
• The block size is 64-bit.
• Though, key length is 64-bit, DES has an effective key length of 56 bits, since 8 of the 64 bits of the key are not used by the encryption algorithm (function as check bits only).

SCOPE:
• First of all user fulfill the agreement form of this program then user insert a text massage or include text massage file.
• Encryption key as an input as a result, this program will encrypt and decrypt this text massage and save it in a file.

Project Report: https://bit.ly/ProjectReportsOfTanishqWadhwani

If this side project of mine helped you in your journey, it would mean a lot to me if you could tap on the star button above. It would help me boost my personal brand. Thanks! :)

Wishing you all the very best!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages