mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
1e9f292f05
2 changed files with 18 additions and 5 deletions
12
.github/FUNDING.yml
vendored
Normal file
12
.github/FUNDING.yml
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# These are supported funding model platforms
|
||||
|
||||
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
|
||||
patreon: # Replace with a single Patreon username
|
||||
open_collective: # Replace with a single Open Collective username
|
||||
ko_fi: sigmanor
|
||||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
||||
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
||||
liberapay: sigmanor
|
||||
issuehunt: #
|
||||
otechie: # Replace with a single Otechie username
|
||||
custom: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AK9FYCBAHV4U8&source=url
|
||||
11
README.md
11
README.md
|
|
@ -1,9 +1,10 @@
|
|||
# Crypto Notepad
|
||||
[](https://github.com/Crypto-Notepad/Crypto-Notepad/releases/latest)
|
||||
# Crypto Notepad [](https://twitter.com/intent/tweet?text=Simple%20notepad%20for%20Windows%20with%20encryption%20features.%20Download%20for%20free:%20https://crypto-notepad.info/&hashtags=notepad,encryption,windows,opensource,csharp)
|
||||
|
||||
[](https://github.com/Crypto-Notepad/Crypto-Notepad/releases/latest)
|
||||
[](https://github.com/Crypto-Notepad/Crypto-Notepad/blob/master/LICENSE)
|
||||
[](https://github.com/Crypto-Notepad/Crypto-Notepad/wiki/Release-Notes)
|
||||
[](https://github.com/Crypto-Notepad/Crypto-Notepad/wiki/Documentation)
|
||||
[](https://github.com/Crypto-Notepad/Crypto-Notepad/wiki/Project-status)
|
||||
[](https://github.com/Crypto-Notepad/Crypto-Notepad/wiki/Project-status)
|
||||
|
||||
Notepad-like simple text editor for Windows, where files are saved and loaded encrypted with AES algorithms.
|
||||
|
||||
|
|
@ -14,10 +15,10 @@ Notepad-like simple text editor for Windows, where files are saved and loaded en
|
|||
* Including all the features of the default Windows Notepad
|
||||
* Integrate with windows context menu
|
||||
* Drag and Drop support
|
||||
* Detect url and email links
|
||||
* Detecting links in editor
|
||||
* Сustomizable editor
|
||||
* Сustomizable encryption options (hash algorithm, key size, password iterations)
|
||||
* Associate with the application extension
|
||||
* Associate own file type with application
|
||||
* Portable
|
||||
|
||||
## System requirements
|
||||
|
|
|
|||
Loading…
Reference in a new issue