answersLogoWhite

0

How data encrypt and decrypt from PC to PC using micro controller?

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How we measures strain using microcontroller?

Measuring strain using micro-controller is simple and easy. When measuring using micro-controller you use points and condensers.


How temperature is measured using 8051 micro-controller?

how temperature is measured using 8051 micro-controler?


Is it possible to program micro controller by using c?

yes


How was the slur enigma machine used during World War II to encrypt and decrypt secret messages?

The Enigma machine was used during World War II to encrypt and decrypt secret messages by using a series of rotors to scramble the letters of the message. The machine had a different setting each day, known only to the sender and receiver, making it difficult for enemies to decipher the messages.


How Write a program to control a drilling machine using micro-controller?

yes


Why you are using this atmel 89s52 micro controller?

because in atmel .............it is easy to program and troubleshooting


Write a program to encrypt a string and decrypt it using your own method of encryption and decryption.?

We'll use a simple method of encryption: xor encryption // same function used to both encrypt and decrypt void crypt(char *str) { const int key = 0x86; // crypt each individual character of str int i; const int length = strlen(str); for(i = 0; i < strlen(str); ++i) { str[i] = str[i] ^ key; } }


How do you encrypt pictures?

You can encrypt pictures using the Encrypt4all program.


What is buffer in microprocessor?

By using buffer along with micro-controller, it is possible to reduce the effect of 'back EMF' or 'Spiking Effect'. The capacity of any micro-controller is to sink or source current up to 25mA and its ports gets damaged if it is more. So buffer protects ports of micro-controller getting damaged. And it is possible to get appropriate data trans-receiving by using buffer in micro-controller.Sachin Joshi


Is it possible to write a program using a micro-controller such that it can read the time and operate at a given time?

Yes.


Why you using micro controller NoT micro processor?

Microcontroller have inbuilt memory, interrupts, etc. Which you will need to connect externally in microprocessor. Thus, Microcontroller is better than microprocessors


Can you password protect documents on Google Docs?

Google doesn't give this feature directly but there are apps such as Innovode Armor that can password protect files and documents. Alternatively to password protect a google spreadsheet you can use google scripts. Using scripting there are two options - encrypt and decrypt. You need to set a password first. Once you encrypt, all the text will be obfuscated and unreadable. To read it, you need to decrypt it again with the same password.