SlideShare ist ein Scribd-Unternehmen logo
1 von 20
“Cryptography”
Why Cryptography ?
We all know that now a day this is the world of information technology and
almost everyone have to communicate with each other. Most of the time this
communication occurs on the network. During the communication of data it
may be possible that the data we are sending or receiving can be hacked or
edited by someone. The data we are communicating may be bank a/c number,
passwords or some important files etc. To protect the data from this type of
unwanted things “Cryptography” is very useful.
 This project is all about providing security while communicating any data on
the network between two or many user. We are going to discuss about the main
ciphers used in Cryptography in this project.
 There are various techniques of encryption and decryption which are used in
this project such as
 Shift or Substitution cipher
 Monoalphabetic cipher
 Playfair cipher
 Vegenere cipher
 Within the context of application-to-application communication, there are some
specific security requirements, including:
 Authentication
 Privacy/Confidentiality
 Integrity
 Non-repudiation
 Cryptography, then not only protect data from theft or alteration, but
can also be used for user authentication.
 There are, in general two types of Cryptographic schemes typically
used to accomplish these goal:
(1) Private–key ( or symmetric ) cryptography
(2) Public-Key ( or asymmetric ) cryptography
 In all the cases,
 The initial unencrypted data is referred to as “plaintext”.
 The encrypted data is referred to as “cipher text”.
(which will in turn (usually) be decrypted into usable plaintext)
1. Introduction
1.1 Introduction to Cryptography
1.2 Types of Cryptographic Algorithm
1.2.1 Secret key Cryptography
1.2.2 Public Key Cryptography
1.2.3 Hash Function
2. Purpose
3. Objective
4. System Specification
 Hardware
 Software
5. Future Scope
6. Conclusion
Introduction
 The word cryptography or cryptology comes from an Ancient Greek. The word
cryptology is made of two components ”crypto”, which means hidden or secret
and “logos” which means word. It is a Science of writing in secret code.
Cryptography is the study of techniques for secure communication.
 There are two important concepts of cryptography, first one is Encryption &
the second one is Decryption. Encryption is the process in which the plain text
is changed into cipher Text & decryption is just reverse process of encryption
that means cipher text is changed into plain text. There are various techniques
of Encryption & Decryption which are used in this project such as Shift Cipher,
Playfair Cipher, Monoalphabetic Cipher, Vanier Cipher.
 We use the term cryptography to refer to the science and art for transforming
message to make them secure from attacks.
 The original message before being transformed is called ”Plaintext”. After the message
is transformed is called ”Ciphertext”. An encryption algorithm transform the Plaintext
into Ciphertext & a decryption algorithm transforms the Ciphertext back into Plaintext.
Encryption Decryption
#%GIUYRWKMN,S:{?
Hello World! Hello World!
( ciphertext )
( Plaintext ) ( Plaintext )
( Shared Secret Key )
Objective
1 . To d e v e l o p a s o f t w a r e i n w h i c h w e w i l l i n p u t :
i ) F i l e s
i i ) M e s s a g e s
a n d w e w i l l g e t e n c r y p t e d f i l e s o r m e s s a g e s .
2 . T h e e n c r y p t e d i n f o r m a t i o n c a n b e u s e d i n t h e n e t w o r k
( l o c a l o r i n t e r n e t ) i n a s a f e a n d s e c u r e d w a y
3 . T h e s o f t w a r e c a n a l s o b e u s e d t o d e c r y p t t h e e n c r y p t e d d a t a
i n t h e o r i g i n a l f o r m
4 . U s e r w i l l b e a b l e t o u s e t h e i r o w n k e y s t o e n c r y p t t h e d a t a .
SYSTEM SPECIFICATION
SOFTWARE REQUIREMENTS :
 OPERATING SYSTEM : WINDOWS XP / 7
 FRONT END : C#.net
 BACK END : SQL Server
HARDWARE REQUIREMENTS :
 Processor : Pentium IV & above
 Processor Speed : 1 G Hz
 RAM : 2 GB
 Hard Disc : 10 GB
TABLES
COLUMNS DATA TYPE SIZE
Member_id int
Password char 20
Security Question char 30
Security Answer char 20
L O G I N T A B L E :
(FOREIGN KEY)
MEMBER DETAIL TABLE
COLUMNS Data Type Size
Member_id int
Name char 20
Mobile char 10
Email_id char 30
Address Char 50
(Primary Key)
LOG TABLE
Columns Data Type Size
Member_id int
File name char 20
Data datetime
Type char 10
(FOREIGN KEY)
Encryption & Decryption
MEMBER
LOGS
IN LOGIN
History
Record
LOG
MEMBER
id
Name
Mob
no.
Email
id Password
Security
Question
Security
AnswerAddress
MEMBER
id
Member
id
File
Name
Data
Type
TYPES OF CRYPTOGRAPHIC ALGORITHMS
 There are several ways of classifying cryptographic algorithm.
 Defined by their application and use. The three types of algorithms that will be
discussed are as follows.
1. Secret key Cryptography(SKC)
2. Public Key cryptography(PKC)
3. Hash Function
SECRET KEY (SKC)
Single key used to encrypt and decrypt .
Key must be known by both parties.
Encrypt Decrypt
S a m e K e y i s u s e d t o
E n c r y p t a n d D e c r y p t d a t a
Sender
Recipient
Shared Secret
Key
Plaintext Ciphertext Plaintext
PUBLIC KEY (PKC)
Two different keys are used in this cryptography
One key is used for encryption & other for decryption
Encrypt Decrypt
D i f f e r e n t K e y s a r e u s e d t o
E n c r y p t a n d D e c r y p t d a t a
Sender
Recipient
Recipient Public
Key
Recipient Private
Key
Plaintext Ciphertext Plaintext
HASH FUNCTION
 Hash is a function which is used to compress the string.
 The input in the hash function is known as “Message” and
output is called “Digest”.
 Hash functions have four main properties :
 It is easy to compute the hash value for any given message.
 It is infeasible to generate a message from its hash.
 It is infeasible to modify a message without changing the hash.
 It is infeasible to find two different message with the same hash.
Message
( variable size )
H
A
S
H
Digest
( fixed size )
Our project(system) can do the cryptography by
encrypting and decrypting data. We are dependent
on other mailing systems Like – gmail, yahoo etc for
information transfer.
In future we can add the information transfer
module so that after encryption users can transfer
informationbythesamesoftware.
Future scope
Finally, we can say that in this
project development we have
learnt a lot and during the process
we will get the chance to explore
cryptography and the concepts
involved.
CONCLUSION

Weitere ähnliche Inhalte

Was ist angesagt?

Firewall presentation
Firewall presentationFirewall presentation
Firewall presentationTayabaZahid
 
Computer security
Computer securityComputer security
Computer securityfiza1975
 
Cyber Security Best Practices
Cyber Security Best PracticesCyber Security Best Practices
Cyber Security Best PracticesEvolve IP
 
Operating system security
Operating system securityOperating system security
Operating system securityRamesh Ogania
 
What is Cyber Security? | Introduction to Cyber Security | Cyber Security Tra...
What is Cyber Security? | Introduction to Cyber Security | Cyber Security Tra...What is Cyber Security? | Introduction to Cyber Security | Cyber Security Tra...
What is Cyber Security? | Introduction to Cyber Security | Cyber Security Tra...Edureka!
 
Network Security Fundamentals
Network Security FundamentalsNetwork Security Fundamentals
Network Security FundamentalsRahmat Suhatman
 
Network Security Presentation
Network Security PresentationNetwork Security Presentation
Network Security PresentationAllan Pratt MBA
 
Introduction to Cyber Security
Introduction to Cyber SecurityIntroduction to Cyber Security
Introduction to Cyber SecurityStephen Lahanas
 
Network security
Network securityNetwork security
Network securityfatimasaham
 
Nessus Software
Nessus SoftwareNessus Software
Nessus SoftwareMegha Sahu
 
Web App Security Presentation by Ryan Holland - 05-31-2017
Web App Security Presentation by Ryan Holland - 05-31-2017Web App Security Presentation by Ryan Holland - 05-31-2017
Web App Security Presentation by Ryan Holland - 05-31-2017TriNimbus
 
The Cyber Attack Lifecycle
The Cyber Attack LifecycleThe Cyber Attack Lifecycle
The Cyber Attack LifecycleCybereason
 
Web application attacks
Web application attacksWeb application attacks
Web application attackshruth
 

Was ist angesagt? (20)

Firewall presentation
Firewall presentationFirewall presentation
Firewall presentation
 
Cyber security standards
Cyber security standardsCyber security standards
Cyber security standards
 
Cyber security
Cyber securityCyber security
Cyber security
 
Computer security
Computer securityComputer security
Computer security
 
Cyber Security Best Practices
Cyber Security Best PracticesCyber Security Best Practices
Cyber Security Best Practices
 
Operating system security
Operating system securityOperating system security
Operating system security
 
Ns lecture5: Introduction to Computer, Information, and Network Security.
Ns lecture5: Introduction to Computer, Information, and Network Security.Ns lecture5: Introduction to Computer, Information, and Network Security.
Ns lecture5: Introduction to Computer, Information, and Network Security.
 
PACE-IT: Network Hardening Techniques (part 1)
PACE-IT: Network Hardening Techniques (part 1)PACE-IT: Network Hardening Techniques (part 1)
PACE-IT: Network Hardening Techniques (part 1)
 
What is Cyber Security? | Introduction to Cyber Security | Cyber Security Tra...
What is Cyber Security? | Introduction to Cyber Security | Cyber Security Tra...What is Cyber Security? | Introduction to Cyber Security | Cyber Security Tra...
What is Cyber Security? | Introduction to Cyber Security | Cyber Security Tra...
 
Network Security Fundamentals
Network Security FundamentalsNetwork Security Fundamentals
Network Security Fundamentals
 
Network Security Presentation
Network Security PresentationNetwork Security Presentation
Network Security Presentation
 
Network security ppt
Network security pptNetwork security ppt
Network security ppt
 
Introduction to Cyber Security
Introduction to Cyber SecurityIntroduction to Cyber Security
Introduction to Cyber Security
 
Network security
Network securityNetwork security
Network security
 
Nessus Software
Nessus SoftwareNessus Software
Nessus Software
 
Network security
Network securityNetwork security
Network security
 
Web App Security Presentation by Ryan Holland - 05-31-2017
Web App Security Presentation by Ryan Holland - 05-31-2017Web App Security Presentation by Ryan Holland - 05-31-2017
Web App Security Presentation by Ryan Holland - 05-31-2017
 
The Cyber Attack Lifecycle
The Cyber Attack LifecycleThe Cyber Attack Lifecycle
The Cyber Attack Lifecycle
 
Cyber security awareness presentation nepal
Cyber security awareness presentation nepalCyber security awareness presentation nepal
Cyber security awareness presentation nepal
 
Web application attacks
Web application attacksWeb application attacks
Web application attacks
 

Andere mochten auch

Operating System Security
Operating System SecurityOperating System Security
Operating System SecurityRamesh Upadhaya
 
Operating system security
Operating system securityOperating system security
Operating system securityRachel Jeewa
 
Operating system security
Operating system securityOperating system security
Operating system securitySarmad Makhdoom
 
Security & protection in operating system
Security & protection in operating systemSecurity & protection in operating system
Security & protection in operating systemAbou Bakr Ashraf
 
File system security
File system securityFile system security
File system securityAmmAr mobark
 

Andere mochten auch (7)

Operating System Security
Operating System SecurityOperating System Security
Operating System Security
 
Operating system security
Operating system securityOperating system security
Operating system security
 
Operating system security
Operating system securityOperating system security
Operating system security
 
Security & protection in operating system
Security & protection in operating systemSecurity & protection in operating system
Security & protection in operating system
 
File system security
File system securityFile system security
File system security
 
File Security System_2
File Security System_2File Security System_2
File Security System_2
 
File system
File systemFile system
File system
 

Ähnlich wie File security system

A Survey on Cryptographic Techniques for Network Security.pdf
A Survey on Cryptographic Techniques for Network Security.pdfA Survey on Cryptographic Techniques for Network Security.pdf
A Survey on Cryptographic Techniques for Network Security.pdfYasmine Anino
 
Cryptographic Algorithms For Secure Data Communication
Cryptographic Algorithms For Secure Data CommunicationCryptographic Algorithms For Secure Data Communication
Cryptographic Algorithms For Secure Data CommunicationCSCJournals
 
Op Sy 03 Ch 61a
Op Sy 03 Ch 61aOp Sy 03 Ch 61a
Op Sy 03 Ch 61a Google
 
cryptography ppt free download
cryptography ppt free downloadcryptography ppt free download
cryptography ppt free downloadTwinkal Harsora
 
CRYPTOGRAPHY-PAYAL CHOPRA.ppt
CRYPTOGRAPHY-PAYAL CHOPRA.pptCRYPTOGRAPHY-PAYAL CHOPRA.ppt
CRYPTOGRAPHY-PAYAL CHOPRA.pptPayalChopra9
 
Cryptography- "A Black Art"
Cryptography- "A Black Art"Cryptography- "A Black Art"
Cryptography- "A Black Art"Aditya Raina
 
A comparative study of symmetric key algorithm des, aes and blowfish for vide...
A comparative study of symmetric key algorithm des, aes and blowfish for vide...A comparative study of symmetric key algorithm des, aes and blowfish for vide...
A comparative study of symmetric key algorithm des, aes and blowfish for vide...pankaj kumari
 
PresentationonCRYPTOGRAPHYppt.ppt
PresentationonCRYPTOGRAPHYppt.pptPresentationonCRYPTOGRAPHYppt.ppt
PresentationonCRYPTOGRAPHYppt.pptPrabhatMishraAbvp
 
PresentationonCRYPTOGRAPHYppt.ppt
PresentationonCRYPTOGRAPHYppt.pptPresentationonCRYPTOGRAPHYppt.ppt
PresentationonCRYPTOGRAPHYppt.pptvinitajain703
 
Presentationon ON THE TOPIC CRYPTOGRAPHY
Presentationon ON THE TOPIC CRYPTOGRAPHYPresentationon ON THE TOPIC CRYPTOGRAPHY
Presentationon ON THE TOPIC CRYPTOGRAPHYBARATH800940
 
PresentationonCRYPTOGRAPHYppt.ppt - Read-Only - Compatibility Mode.ppt
PresentationonCRYPTOGRAPHYppt.ppt  -  Read-Only  -  Compatibility Mode.pptPresentationonCRYPTOGRAPHYppt.ppt  -  Read-Only  -  Compatibility Mode.ppt
PresentationonCRYPTOGRAPHYppt.ppt - Read-Only - Compatibility Mode.pptso6281019
 

Ähnlich wie File security system (20)

A Survey on Cryptographic Techniques for Network Security.pdf
A Survey on Cryptographic Techniques for Network Security.pdfA Survey on Cryptographic Techniques for Network Security.pdf
A Survey on Cryptographic Techniques for Network Security.pdf
 
Cryptographic Algorithms For Secure Data Communication
Cryptographic Algorithms For Secure Data CommunicationCryptographic Algorithms For Secure Data Communication
Cryptographic Algorithms For Secure Data Communication
 
Op Sy 03 Ch 61a
Op Sy 03 Ch 61aOp Sy 03 Ch 61a
Op Sy 03 Ch 61a
 
Data encryption
Data encryptionData encryption
Data encryption
 
cryptography ppt free download
cryptography ppt free downloadcryptography ppt free download
cryptography ppt free download
 
CRYPTOGRAPHY-PAYAL CHOPRA.ppt
CRYPTOGRAPHY-PAYAL CHOPRA.pptCRYPTOGRAPHY-PAYAL CHOPRA.ppt
CRYPTOGRAPHY-PAYAL CHOPRA.ppt
 
Data encryption
Data encryptionData encryption
Data encryption
 
Cryptography
CryptographyCryptography
Cryptography
 
Cryptography
CryptographyCryptography
Cryptography
 
Cryptography- "A Black Art"
Cryptography- "A Black Art"Cryptography- "A Black Art"
Cryptography- "A Black Art"
 
security issue
security issuesecurity issue
security issue
 
A comparative study of symmetric key algorithm des, aes and blowfish for vide...
A comparative study of symmetric key algorithm des, aes and blowfish for vide...A comparative study of symmetric key algorithm des, aes and blowfish for vide...
A comparative study of symmetric key algorithm des, aes and blowfish for vide...
 
PresentationonCRYPTOGRAPHYppt.ppt
PresentationonCRYPTOGRAPHYppt.pptPresentationonCRYPTOGRAPHYppt.ppt
PresentationonCRYPTOGRAPHYppt.ppt
 
PresentationonCRYPTOGRAPHYppt.ppt
PresentationonCRYPTOGRAPHYppt.pptPresentationonCRYPTOGRAPHYppt.ppt
PresentationonCRYPTOGRAPHYppt.ppt
 
Presentationon ON THE TOPIC CRYPTOGRAPHY
Presentationon ON THE TOPIC CRYPTOGRAPHYPresentationon ON THE TOPIC CRYPTOGRAPHY
Presentationon ON THE TOPIC CRYPTOGRAPHY
 
PresentationonCRYPTOGRAPHYppt.ppt - Read-Only - Compatibility Mode.ppt
PresentationonCRYPTOGRAPHYppt.ppt  -  Read-Only  -  Compatibility Mode.pptPresentationonCRYPTOGRAPHYppt.ppt  -  Read-Only  -  Compatibility Mode.ppt
PresentationonCRYPTOGRAPHYppt.ppt - Read-Only - Compatibility Mode.ppt
 
Elementry Cryptography
Elementry CryptographyElementry Cryptography
Elementry Cryptography
 
Nt1330 Unit 4 Dthm Paper
Nt1330 Unit 4 Dthm PaperNt1330 Unit 4 Dthm Paper
Nt1330 Unit 4 Dthm Paper
 
Information Security
Information SecurityInformation Security
Information Security
 
Cryptography ppt
Cryptography pptCryptography ppt
Cryptography ppt
 

Kürzlich hochgeladen

Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Steffen Staab
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdfWave PLM
 
10 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 202410 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 2024Mind IT Systems
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionSolGuruz
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplatePresentation.STUDIO
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️Delhi Call girls
 
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfintroduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfVishalKumarJha10
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...Health
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsArshad QA
 
Define the academic and professional writing..pdf
Define the academic and professional writing..pdfDefine the academic and professional writing..pdf
Define the academic and professional writing..pdfPearlKirahMaeRagusta1
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVshikhaohhpro
 
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesVictorSzoltysek
 
How to Choose the Right Laravel Development Partner in New York City_compress...
How to Choose the Right Laravel Development Partner in New York City_compress...How to Choose the Right Laravel Development Partner in New York City_compress...
How to Choose the Right Laravel Development Partner in New York City_compress...software pro Development
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfkalichargn70th171
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerThousandEyes
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech studentsHimanshiGarg82
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsAndolasoft Inc
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...harshavardhanraghave
 

Kürzlich hochgeladen (20)

Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf
 
10 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 202410 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 2024
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with Precision
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation Template
 
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS LiveVip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfintroduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
Define the academic and professional writing..pdf
Define the academic and professional writing..pdfDefine the academic and professional writing..pdf
Define the academic and professional writing..pdf
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
 
How to Choose the Right Laravel Development Partner in New York City_compress...
How to Choose the Right Laravel Development Partner in New York City_compress...How to Choose the Right Laravel Development Partner in New York City_compress...
How to Choose the Right Laravel Development Partner in New York City_compress...
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.js
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 

File security system

  • 2. Why Cryptography ? We all know that now a day this is the world of information technology and almost everyone have to communicate with each other. Most of the time this communication occurs on the network. During the communication of data it may be possible that the data we are sending or receiving can be hacked or edited by someone. The data we are communicating may be bank a/c number, passwords or some important files etc. To protect the data from this type of unwanted things “Cryptography” is very useful.
  • 3.  This project is all about providing security while communicating any data on the network between two or many user. We are going to discuss about the main ciphers used in Cryptography in this project.  There are various techniques of encryption and decryption which are used in this project such as  Shift or Substitution cipher  Monoalphabetic cipher  Playfair cipher  Vegenere cipher  Within the context of application-to-application communication, there are some specific security requirements, including:  Authentication  Privacy/Confidentiality  Integrity  Non-repudiation
  • 4.  Cryptography, then not only protect data from theft or alteration, but can also be used for user authentication.  There are, in general two types of Cryptographic schemes typically used to accomplish these goal: (1) Private–key ( or symmetric ) cryptography (2) Public-Key ( or asymmetric ) cryptography  In all the cases,  The initial unencrypted data is referred to as “plaintext”.  The encrypted data is referred to as “cipher text”. (which will in turn (usually) be decrypted into usable plaintext)
  • 5. 1. Introduction 1.1 Introduction to Cryptography 1.2 Types of Cryptographic Algorithm 1.2.1 Secret key Cryptography 1.2.2 Public Key Cryptography 1.2.3 Hash Function 2. Purpose 3. Objective 4. System Specification  Hardware  Software 5. Future Scope 6. Conclusion
  • 6. Introduction  The word cryptography or cryptology comes from an Ancient Greek. The word cryptology is made of two components ”crypto”, which means hidden or secret and “logos” which means word. It is a Science of writing in secret code. Cryptography is the study of techniques for secure communication.  There are two important concepts of cryptography, first one is Encryption & the second one is Decryption. Encryption is the process in which the plain text is changed into cipher Text & decryption is just reverse process of encryption that means cipher text is changed into plain text. There are various techniques of Encryption & Decryption which are used in this project such as Shift Cipher, Playfair Cipher, Monoalphabetic Cipher, Vanier Cipher.  We use the term cryptography to refer to the science and art for transforming message to make them secure from attacks.
  • 7.  The original message before being transformed is called ”Plaintext”. After the message is transformed is called ”Ciphertext”. An encryption algorithm transform the Plaintext into Ciphertext & a decryption algorithm transforms the Ciphertext back into Plaintext. Encryption Decryption #%GIUYRWKMN,S:{? Hello World! Hello World! ( ciphertext ) ( Plaintext ) ( Plaintext ) ( Shared Secret Key )
  • 8. Objective 1 . To d e v e l o p a s o f t w a r e i n w h i c h w e w i l l i n p u t : i ) F i l e s i i ) M e s s a g e s a n d w e w i l l g e t e n c r y p t e d f i l e s o r m e s s a g e s . 2 . T h e e n c r y p t e d i n f o r m a t i o n c a n b e u s e d i n t h e n e t w o r k ( l o c a l o r i n t e r n e t ) i n a s a f e a n d s e c u r e d w a y 3 . T h e s o f t w a r e c a n a l s o b e u s e d t o d e c r y p t t h e e n c r y p t e d d a t a i n t h e o r i g i n a l f o r m 4 . U s e r w i l l b e a b l e t o u s e t h e i r o w n k e y s t o e n c r y p t t h e d a t a .
  • 9. SYSTEM SPECIFICATION SOFTWARE REQUIREMENTS :  OPERATING SYSTEM : WINDOWS XP / 7  FRONT END : C#.net  BACK END : SQL Server HARDWARE REQUIREMENTS :  Processor : Pentium IV & above  Processor Speed : 1 G Hz  RAM : 2 GB  Hard Disc : 10 GB
  • 11. COLUMNS DATA TYPE SIZE Member_id int Password char 20 Security Question char 30 Security Answer char 20 L O G I N T A B L E : (FOREIGN KEY)
  • 12. MEMBER DETAIL TABLE COLUMNS Data Type Size Member_id int Name char 20 Mobile char 10 Email_id char 30 Address Char 50 (Primary Key)
  • 13. LOG TABLE Columns Data Type Size Member_id int File name char 20 Data datetime Type char 10 (FOREIGN KEY) Encryption & Decryption
  • 15. TYPES OF CRYPTOGRAPHIC ALGORITHMS  There are several ways of classifying cryptographic algorithm.  Defined by their application and use. The three types of algorithms that will be discussed are as follows. 1. Secret key Cryptography(SKC) 2. Public Key cryptography(PKC) 3. Hash Function
  • 16. SECRET KEY (SKC) Single key used to encrypt and decrypt . Key must be known by both parties. Encrypt Decrypt S a m e K e y i s u s e d t o E n c r y p t a n d D e c r y p t d a t a Sender Recipient Shared Secret Key Plaintext Ciphertext Plaintext
  • 17. PUBLIC KEY (PKC) Two different keys are used in this cryptography One key is used for encryption & other for decryption Encrypt Decrypt D i f f e r e n t K e y s a r e u s e d t o E n c r y p t a n d D e c r y p t d a t a Sender Recipient Recipient Public Key Recipient Private Key Plaintext Ciphertext Plaintext
  • 18. HASH FUNCTION  Hash is a function which is used to compress the string.  The input in the hash function is known as “Message” and output is called “Digest”.  Hash functions have four main properties :  It is easy to compute the hash value for any given message.  It is infeasible to generate a message from its hash.  It is infeasible to modify a message without changing the hash.  It is infeasible to find two different message with the same hash. Message ( variable size ) H A S H Digest ( fixed size )
  • 19. Our project(system) can do the cryptography by encrypting and decrypting data. We are dependent on other mailing systems Like – gmail, yahoo etc for information transfer. In future we can add the information transfer module so that after encryption users can transfer informationbythesamesoftware. Future scope
  • 20. Finally, we can say that in this project development we have learnt a lot and during the process we will get the chance to explore cryptography and the concepts involved. CONCLUSION