Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 418 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 418 Bytes

AndroidPythonDemo

A demo or test program using Chaquopy to run a Python script in a Java app meant to run on Android. The app will take a message and encrypt it using a hill cipher.

The Python script is the part of the program that runs the hill cipher and the Java app takes the text input from the user and supplies it to the cipher which returns the encoded message back to the Java app to be given to the user.