Downloads:
2,586
Downloads of v 1.7.3:
691
Last Update:
10 Sep 2022
Package Maintainer(s):
Software Author(s):
- Alexander Sigmanor
Tags:
crypto-notepad crypto encryption notepad securityCrypto Notepad
- 1
- 2
- 3
1.7.3 | Updated: 10 Sep 2022
Downloads:
2,586
Downloads of v 1.7.3:
691
Maintainer(s):
Software Author(s):
- Alexander Sigmanor
Crypto Notepad 1.7.3
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Alexander Sigmanor. The inclusion of Alexander Sigmanor trademark(s), if any, upon this webpage is solely to identify Alexander Sigmanor goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Crypto Notepad, run the following command from the command line or from PowerShell:
To upgrade Crypto Notepad, run the following command from the command line or from PowerShell:
To uninstall Crypto Notepad, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download crypto-notepad --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade crypto-notepad -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade crypto-notepad -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install crypto-notepad
win_chocolatey:
name: crypto-notepad
version: '1.7.3'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'crypto-notepad' do
action :install
source 'INTERNAL REPO URL'
version '1.7.3'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller crypto-notepad
{
Name = "crypto-notepad"
Version = "1.7.3"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'crypto-notepad':
ensure => '1.7.3',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 10 Jan 2025.
About
It is often necessary to protect important notes in order to prevent them from being accessed by others, but text editors that offer encryption features are sometimes too complex for users who just want a secure Notepad alternative. Crypto Notepad stands out through its relatively simple design, as it looks very similar to the standard Windows Notepad. It offers a few extra features, such as encryption and a customizable UI, but it remains lightweight and very easy to use.
Features
Secure
Crypto Notepad allows you to create secure notes using AES algorithms, able to customize different parameters of the encryption, such as: hash algorithm, key size, password iterations.
Multifunctional
Crypto Notepad, besides the main features of the default Windows Notepad, also supports drag and drop, url detection, associate own file type with application, integrate with windows context menu.
Free
Crypto Notepad is an open source project. It will always remain free and ad-free. If you're asked to pay for "full version" or "ad removal", most probably it's a scam.
Portable
Crypto Notepad can be run from any location without being installed on your PC beforehand. For example, you can place it on a portable storage device and use it to create secure notes on the go.
Support the project
If you are a developer, and want to help improve Crypto Notepad, please visit the contributing guide. Also you can donate any amount for the development of the project. Any support is greatly appreciated. Thank you! Paypal | Ko-fi | Liberapay
From: https://raw.githubusercontent.com/Crypto-Notepad/Crypto-Notepad/master/LICENSE
LICENSE
The MIT License (MIT)
Copyright (c) 2019 Sigmanor
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Package can be verified like this:
1. Download:
x32: https://github.com//Crypto-Notepad/Crypto-Notepad/releases/download/v1.7.3/Crypto.Notepad.zip
x64: https://github.com//Crypto-Notepad/Crypto-Notepad/releases/download/v1.7.3/Crypto.Notepad.zip
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
checksum type: sha256
checksum32: 5497CF55F888C92C8D9DE14157BC8212D75152D6D2C77DDACD0BFEE480A54292
checksum64: 5497CF55F888C92C8D9DE14157BC8212D75152D6D2C77DDACD0BFEE480A54292
File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/Crypto-Notepad/Crypto-Notepad/master/LICENSE
$ErrorActionPreference = 'Stop'
# Remove start menu shortcut
$programs = [environment]::GetFolderPath([environment+specialfolder]::Programs)
$shortcutFilePath = Join-Path $programs "Crypto Notepad.lnk"
if (Test-Path $shortcutFilePath) { Remove-Item $shortcutFilePath }
md5: F969825CF3B5406BC347CBCE715CB10D | sha1: B7060B8E28F3807C2A98458FA63202CCB742C3C1 | sha256: 5497CF55F888C92C8D9DE14157BC8212D75152D6D2C77DDACD0BFEE480A54292 | sha512: E247C089D0AD2E25ABB5EB06066B4D13021AF410DA50054244F7811E05BF668A7687F5416B2E590CD5D28A7714EF76E71639A93FAC94C27A137FA175DBF3A374
Log in or click on link to see number of positives.
- crypto-notepad.1.7.3.nupkg (54f242b5af9a) - ## / 62
- Crypto.Notepad.zip (5497cf55f888) - ## / 65
- Crypto Notepad.exe (c20a56bda831) - ## / 70
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Crypto Notepad 1.7.3 | 691 | Saturday, September 10, 2022 | Approved | |
Crypto Notepad 1.7.1 | 154 | Sunday, May 22, 2022 | Approved | |
Crypto Notepad 1.7.0 | 362 | Sunday, April 11, 2021 | Approved | |
Crypto Notepad 1.6.9 | 119 | Monday, March 29, 2021 | Approved | |
Crypto Notepad 1.6.8 | 348 | Friday, September 25, 2020 | Approved | |
Crypto Notepad 1.6.7 | 258 | Monday, August 10, 2020 | Approved | |
Crypto Notepad 1.6.6 | 353 | Tuesday, February 25, 2020 | Approved | |
Crypto Notepad 1.5.1 | 237 | Saturday, October 19, 2019 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about Crypto Notepad and the Crypto Notepad package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Crypto Notepad, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.