answersLogoWhite

0

Subjects>Electronics>Computers

What is crytography?

User Avatar

Anonymous

∙ 17y ago
Updated: 11/7/2022

cryptography is a cornerstone of the modern security technologies used to protect information and resources on both open and closed networks. Cryptography is the science of providing security for information. It has been used historically as a means of providing secure communication between individuals, government agencies, and military forces

User Avatar

Wiki User

∙ 17y ago
Copy

What else can I help you with?

Related Questions

How does crytography work?

no


Who invented crytography?

900 bc


What shows the round Earth on flat maps called?

a projection map


Write a program in java on Crytography?

/*Input: Enter the String: AHFJFJ * Enter the gap : 2 *Output: CJHLHL */ import java.io.*; class Crypt { protected static void main()throws IOException { BufferedReader in=new BufferedReader(new InputStreamReader(System.in)); System.out.print("Enter the String: "); String s=in.readLine(),s1=""; System.out.print("Enter the Gap: "); short g=Short.parseShort(in.readLine()); for(short i=0;i<s.length();i++) { char ch=s.charAt(i); if(Character.isUpperCase(ch)) { ch+=g; if(ch>'Z') ch-=26; else if(ch<'A') ch+=26; s1+=ch; } else if(Character.isLowerCase(ch)) { ch+=g; if(ch<'a') ch+=26; else if(ch>'z') ch-=26; s1+=ch; } else if(Character.isDigit(ch)) { ch+=g; if(j>'9') j-=10; else if(j<'0') j+=10; s1+=ch; } else s1+=ch; } System.out.print("String: "+s1); }}


Trending Questions
What is the most difficult thing about using a computer? How many tbsp is 2 ounces of instant coffee? Where can one purchase a 20 inch LCD monitor? What happens when you delete a file from your flash drive? What are the pros and cons between Microsoft and Linux operating systems? Can you access all menu items using shortcut keys? How much is 60ml of water? When did schools begin to put computers into classrooms? PC wont boot motherboard light is on power supply fan working CPU fan not working there was a short when turned on keyboard doesnt work and bios wont come up advice? What is the relationships between transport operators and tour operators? What is oracle 12c? What is function of nic card? Why would a motherboard have two PCIe X16 slots? What year did Bluetooth get installed into cars? A group of kittens? When was New York called New Orange? What does collaborate digitally mean? How the screen size measured? In what town did Ma and Pa Kettle live? What is transmission network?

Resources

Leaderboard All Tags Unanswered

Top Categories

Algebra Chemistry Biology World History English Language Arts Psychology Computer Science Economics

Product

Community Guidelines Honor Code Flashcard Maker Study Guides Math Solver FAQ

Company

About Us Contact Us Terms of Service Privacy Policy Disclaimer Cookie Policy IP Issues
Answers Logo
Copyright ©2025 Answers.com. All Rights Reserved. The material on this site can not be reproduced, distributed, transmitted, cached or otherwise used, except with prior written permission of Answers.