All Projects → RyuzakiKK → NoteCrypt

RyuzakiKK / NoteCrypt

Licence: GPL-3.0 license
Keep your notes safe and secure with Note Crypt for Android!

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to NoteCrypt

macOSAppsOpenSource
No description or website provided.
Stars: ✭ 33 (+3.13%)
Mutual labels:  backup, notes
borgjs
📦 A tiny wrapper for BorgBackup to automate your backup workflow
Stars: ✭ 31 (-3.12%)
Mutual labels:  backup
notes
个人笔记
Stars: ✭ 24 (-25%)
Mutual labels:  notes
iOS-Restrictions-Recovery
Can find the Restrictions or Screen Time passcode of any iOS 7.0-12.5.5 device. iOS 13 and 14 should work in theory, but Keychain-Dumper is very hit or miss on those versions
Stars: ✭ 50 (+56.25%)
Mutual labels:  backup
electron-vue3-inote
使用electron11+vue3.x+ts的桌面端便笺项目,拥有漂亮的过渡动画效果,以富文本形式储存在本地,可多开输入窗口。(The desktop note project using electron11+vue3.x+ts has beautiful transition animation effects, stored locally in the form of rich text, and can open more input windows.)
Stars: ✭ 168 (+425%)
Mutual labels:  notes
elasticsearch-shell-backup
Elasticsearch 2, 5 shell script backup utils.
Stars: ✭ 18 (-43.75%)
Mutual labels:  backup
aws-utils
This repository provides utilities which are used at MiQ.
Stars: ✭ 20 (-37.5%)
Mutual labels:  backup
JFileSync3
File Syncing with encryption and compression (partly) compatible with encfs / boxcryptor (classic) volumes for local folders and WebDAV backends. Based on JFileSync - hence the name.
Stars: ✭ 20 (-37.5%)
Mutual labels:  backup
til
Personal Wiki of Interesting things I learn every day at the intersection of software, life & stuff aka my second brain 🧠️
Stars: ✭ 41 (+28.13%)
Mutual labels:  notes
compsci
Lecture notes, projects, and more resources on the courses I attended for my Bachelor's and Master's degrees in Computer Science
Stars: ✭ 15 (-53.12%)
Mutual labels:  notes
MLOps-Specialization-Notes
Notes for Machine Learning Engineering for Production (MLOps) Specialization course by DeepLearning.AI & Andrew Ng
Stars: ✭ 143 (+346.88%)
Mutual labels:  notes
docker-vackup
Script to easily backup and restore docker volumes
Stars: ✭ 102 (+218.75%)
Mutual labels:  backup
onepile
Playground for the future of private notes and document management
Stars: ✭ 41 (+28.13%)
Mutual labels:  notes
gh stars export
Exports list of all your starred Github repos to a json file
Stars: ✭ 27 (-15.62%)
Mutual labels:  backup
gtd.vim
Getting things done with Vim
Stars: ✭ 42 (+31.25%)
Mutual labels:  notes
vmSafeguard
vmSafeguard is a management, planning, backup system for a Vmware ESXi(s) solution, orchestrated through a Web Admin Panel. RTFM for more info. Under develop since Jun 2020
Stars: ✭ 20 (-37.5%)
Mutual labels:  backup
mup-data-backup
MongoDB backup and restore which is deployed via mup.
Stars: ✭ 27 (-15.62%)
Mutual labels:  backup
dcs-tools
Tools for making remote Linux node management easy
Stars: ✭ 34 (+6.25%)
Mutual labels:  backup
MusicTheory
Music Theory Library for Java and Android apps
Stars: ✭ 24 (-25%)
Mutual labels:  notes
pinotes
Self hosted notes for Raspberry Pi
Stars: ✭ 36 (+12.5%)
Mutual labels:  notes

NoteCrypt

Keep your notes safe and secure with Note Crypt for Android!

  • Create different encrypted, with password, database files.
  • Add new notes in a database choosing for each of them: title, tags and text of the note.
  • Filter by Tag the list of the notes.
  • Mark the notes as important by clicking the star icon.
  • Sorting notes by name or creation date.
  • Change the password of an existing database.
  • The database is securely encrypted with AES 128 bit, using cipher-block chaining (CBC), PKCS5Padding and a random IV generated at every save. For the KDF a random salt and PBKDF2WithHmacSHA1 are used.
  • Auto create a hidden backup database to prevent data loss in case the file gets corrupted while saving (the backup file is saved with the name: ."database name").
  • Ability to search through your notes.

If you forget your password, the notes will be inaccessible.

Thanks to naofum for the Japanese translation and to hanelore for the Brazilian Portuguese translation.

Download

Get it on F-Droid Get it on Google Play

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].