The aim of this the project is to provide a secure platform to transfer files over the internet. SecureTransfer is an Android application, which allows users to upload their data (Photos, Videos, Docs) to an application to be encrypted by the app using AES 256 encryption algorithm. All the users data will be stored on a MYSQL Server.

The application can be used to transfer these encrypted data to other users by using secure FTP protocol principles. Receiver will be able to view the file if they have the decryption key which will be sent to user through a text message. Encryption key will also be encrypted by the Blowfish algorithm.