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.

Asking for PIC16f877 encryption and decryption

Status
Not open for further replies.

11max11

Newbie level 3
Joined
Nov 8, 2007
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,302
hihi...
can anyone teach me how to start for write the encryption and decryption in MPLAB IDE...
 

you can use the Tiny Encryption Algorithm (TEA) to design your system. it implements the following operations:
�� Bitwise XOR, AND or OR
�� Addition or Subtraction modulo 2
�� Shift or rotation by a constant number of bits

Hope this helps.
 

hihi...
if not mistake is that the (TEA) using the C++ ??
 

hihi...
but i want that is the code for MPLAB one...
can anyone show me?
 

i need the same but for voice (tele),
any good idea,

thank you
 

TEA is not a good crypto better use AES128 or if needed XTEA, TEA has been broken already :-(. I implemented AES128 in 460 bytes including look-up table on PIC. For voice you need to use a kind of stream cipher (CFB, OFB) and not a block cipher.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top