Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 464 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 464 Bytes

RC5_Java_Swing

RC5 Cipher algorithm for encrypting and decrypting files.

This repository contains simple Java Swing netbeans-project.

My implementation uses W=64 as size of cipher-word. Rounds count (R) and key string must be set by user. You can choose any file on your computer for encrypting data with your key.

image