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 command do you use to start an animation or game in ex? What is a good way to filter out chat room flirt sites from popping up on your computer? DDR PC2700 runs at what speed? Did Klass Compaan invent the CD player? What is Service Pack 4 for Windows 2000? Which network design layer provides a connection point for end user devices to the network? What is Dispatch latency? What are the shortcuts of undo and redo? What is the history of Cloud computing? What is the best privacy notice to include on a fax cover sheet? Do rats mourn the death of a cage mate? True or false The use of networks has increased because more people now use personal computers? What Format causes the cells to display with two decimal places so that? How long should you wait before turning your computer back on? What is the option that can divide table in MS Word into two parts? What does digitizer mean? How do you make the keys on a computer neon? What is day work voucher? How smart does a computer programmer half to be? How do you log out of AIM on a Mac?

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 Infospace Holdings LLC, A System1 Company. 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.