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

No packages published

Languages