Skip to content

rag0nn/rA_crypted_notes_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rA Notes

Türkçe

rA Notes: Güvenli, şifreli ve kullanıcıya özel bir not alma uygulamasıdır. Flutter ile masaüstü (Windows) ve web için geliştirilmiştir.

Özellikler

  • Kullanıcı adı ve şifre ile giriş/kayıt
  • Her kullanıcının notları birbirinden izole ve şifreli tutulur
  • Notlar ve başlıklar AES ile kriptolanır
  • Notlar başlık altında, düzenlenebilir ve silinebilir
  • Tüm notları tek tuşla silebilme
  • Renkler ve tema sabit dosyalardan kolayca değiştirilebilir
  • Modern ve sade arayüz

Kurulum

  1. Flutter kurulu olmalı
  2. Gerekli paketler: crypto, encrypt, window_size
  3. Proje klasöründe terminal açıp:
    flutter pub get
    flutter run -d windows

Güvenlik

  • Tüm notlar ve başlıklar AES ile şifrelenir
  • Şifreler SHA256 ile hashlenir

Katkı

Pull request ve önerilere açıktır.


English

rA Notes: A secure, encrypted, and user-isolated note-taking application. Developed with Flutter for desktop (Windows) and web.

Features

  • Login/register with username and password
  • Each user's notes are isolated and encrypted
  • Notes and titles are encrypted with AES
  • Notes are editable and deletable under their titles
  • Delete all notes with one button
  • Colors and theme are easily customizable via constants
  • Modern and simple UI

Setup

  1. Flutter must be installed
  2. Required packages: crypto, encrypt, window_size
  3. In the project folder, run:
    flutter pub get
    flutter run -d windows

Security

  • All notes and titles are encrypted with AES
  • Passwords are hashed with SHA256

Contribution

Pull requests and suggestions are welcome.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors