Skip to content

FulThrottle/Crypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔐 Crypt

Crypt is a lightweight mobile application for on-device file encryption and decryption.
It is built with Xamarin and relies on AES-256 together with PBKDF2 for secure key handling.


⚙️ Key Features

  • 🔐 Encrypts and decrypts files of any format
  • 🛡️ Uses AES-256 with PBKDF2-derived keys
  • 📁 Works directly with files stored on the device
  • 📳 Clean, minimal interface

🚀 How to Run

  1. Open the project in Visual Studio 2022
  2. Ensure Xamarin.Forms (or Xamarin.Android) dependencies are installed
  3. Deploy the app to an Android emulator or a physical Android device

🧩 Purpose

Crypt is designed as a quick, on-the-go encryption tool that works offline and requires no internet connection or third-party services—ideal for personal file security.


📚 Technologies

  • Xamarin.Android / Xamarin.Forms
  • AES (CBC mode)
  • PBKDF2 (SHA-256)
  • C#

Releases

No releases published

Packages

 
 
 

Contributors

Languages