Skip to content

CatCryptor is a simple ASP.NET Core Web API project that provides the ability to encrypt files using the AES algorithm.

License

Notifications You must be signed in to change notification settings

KitM4/CatCryptor

Repository files navigation

CatCryptor - a web service for file encryption🔑📄

CatCryptor is a simple ASP.NET Core Web API project that provides the ability to encrypt files using the AES algorithm.

Preview:

Demonstration of the CatCryptor web service

Project demo: https://www.youtube.com/watch?v=E4_6SHRoJLs

Technology:

  • .NET 8
  • ASP.NET Core
  • Serilog
  • xUnit
  • Moq
  • HTML, CSS, JS

Features:

  • Simple interface: Easy-to-use API that allows you to encrypt and decrypt files.
  • Scalability: User-friendly architecture that allows you to easily expand functionality as needed.

Usage:

  1. Open the .sln file.
  2. Install the packages:
    1. Serilog.AspNetCore (8.0.0)
    2. xUnit (2.4.2)
    3. Moq (4.20.70)
  3. Set CatCryptor.WebApp as startup project.
  4. Run the project.
  5. Run 'CatCryptor.WebSite/html/index.html' on the host "https://127.0.0.1:5500".

About

CatCryptor is a simple ASP.NET Core Web API project that provides the ability to encrypt files using the AES algorithm.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published