Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

PIC18 Encrypt and Decrypt!

Status
Not open for further replies.

darktangent

Junior Member level 2
Joined
Oct 17, 2010
Messages
21
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,435
Can some one guide to a tutorial on how to encrypt a char and decrypt it in PIC18?

Thanks
 

You should think about the intended crypto algorithm first. Using high level languages, it's not a problem of particular processor architectures.
 

i am a complete newbie to it. I need just simple encryption. not and advanced one?

I have to use C. Can you tell me about any algorithm and how to use it. Or where i can read about it?
 

You can XOR the data bytes from the output of random number generator to Encrypt then XOR the data with the same random data sequence to Decrypt.

Example of a random number generator seed generator using a PIC18. **broken link removed**
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top