answersLogoWhite

0

Subjects>Electronics>Computers

What is crytography?

User Avatar

Anonymous

∙ 16y 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

∙ 16y 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
The Absorption approach to the computation of manufacturing cost differs from the contribution approach because the absorption approach includes? What is an autocorrection? How many ounces in 45 cc's? Can you feed mice rice i made a little weat bag but out of rice and now they have eaten through the material to get to the rice? What is the most famous statue in Finland? What is a webmail 1and1 used for? How many windows does canary wharf have? What is Hernando De Soto Sponsor country? Determine the annual unit sales volume at which Candice company would be indifferent between the two manufacturing methods? What are reparse records? How do you insertupdate and delete queries in a one form by using php? What features are available to users of GMX Mail? What is better about the way Windows turns off the computer when you push Power Button on the Start Menu? How will you come to know that os tightening is required? Where can free downloads of wallpaper for Windows Vista be found? How do you convert REM files to MP3? What is an example of a network management services? How do you use the simple functions of Mindjet Mindmanager? How do you connect your hmdx jam plus speaker to your laptop... wired or wireless would do? Why isn't my photoshop healing tool working correctly i tried using all of the tools under the category healing and none of them seem to work?

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.