Search found 643 matches
- Mon Jul 13, 2026 1:23 pm
- Forum: Single Pass
- Topic: Single Pass for Android
- Replies: 0
- Views: 40
Single Pass for Android
An Android version of Single Pass was recently released. This is a simply tool that works exactly like the web site, allowing one to compute passwords from a secret password and some other information. No passwords are ever stored, reducing the risk of password theft that might happen with the use ...
- Tue Jun 02, 2026 9:58 pm
- Forum: AES Crypt
- Topic: AES Crypt 4.6 Released
- Replies: 0
- Views: 204
AES Crypt 4.6 Released
Folks,
AES Crypt 4.6 was just released. Most of the changes in this release are focused on improved code quality and testing, but there are a few user-facing enhancements.
Perhaps most notably we have bumped up the default key derivation iterations from 300,000 to 600,000. This means little to ...
AES Crypt 4.6 was just released. Most of the changes in this release are focused on improved code quality and testing, but there are a few user-facing enhancements.
Perhaps most notably we have bumped up the default key derivation iterations from 300,000 to 600,000. This means little to ...
- Mon Mar 23, 2026 5:58 pm
- Forum: Single Pass
- Topic: Single Pass Overhaul
- Replies: 0
- Views: 788
Single Pass Overhaul
It has been a while since the initial release of Single Pass. Over the years, there have been some minor enhancements, but more recently there have been even more.
There is now a PIN generated, just like the password. This is useful for sites that require a numeric PIN, either with or without a ...
There is now a PIN generated, just like the password. This is useful for sites that require a numeric PIN, either with or without a ...
- Thu Mar 19, 2026 12:59 am
- Forum: AES Crypt
- Topic: AES Crypt 4.5 Released
- Replies: 0
- Views: 942
AES Crypt 4.5 Released
Today, AES Crypt 4.5 was released.
This is a relatively minor update with the only feature of note is the command-line version now has a -f flag that allows one to forcefully overwrite output files (if overwriting is desired).
As usual, there are internal changes related to security, optimization ...
This is a relatively minor update with the only feature of note is the command-line version now has a -f flag that allows one to forcefully overwrite output files (if overwriting is desired).
As usual, there are internal changes related to security, optimization ...
- Sun Oct 19, 2025 4:28 am
- Forum: AES Crypt
- Topic: AES Crypt for iOS
- Replies: 0
- Views: 3288
AES Crypt for iOS
Folks,
A third-party developer who had previously created the iOS version of AES Crypt has updated their software product to be compatible with the current desktop versions of AES Crypt.
These a link to that on the download page on the AES Crypt website.
Cheers!
Paul
A third-party developer who had previously created the iOS version of AES Crypt has updated their software product to be compatible with the current desktop versions of AES Crypt.
These a link to that on the download page on the AES Crypt website.
Cheers!
Paul
- Thu Sep 18, 2025 2:26 am
- Forum: AES Crypt
- Topic: AES Crypt 4.4 Released
- Replies: 0
- Views: 3263
AES Crypt 4.4 Released
AES Crypt Users,
We're pleased to announce the release of AES Crypt 4.4, now available for all supported platforms (Windows, Linux, macOS, and more), bringing new features and improvements to enhance your encryption experience.
Windows : A new "reveal" button lets you view the entered password ...
We're pleased to announce the release of AES Crypt 4.4, now available for all supported platforms (Windows, Linux, macOS, and more), bringing new features and improvements to enhance your encryption experience.
Windows : A new "reveal" button lets you view the entered password ...
- Mon Sep 15, 2025 4:51 am
- Forum: AES Crypt
- Topic: AESCrypt CLI Limits?
- Replies: 7
- Views: 4525
Re: AESCrypt CLI Limits?
The README file explains a lot.
https://github.com/terrapane/aescrypt_c ... /README.md
If installed on Linux/Unix or Mac, there is also a man page.
Finally, you can type "aescrypt -h" to see all options.
https://github.com/terrapane/aescrypt_c ... /README.md
If installed on Linux/Unix or Mac, there is also a man page.
Finally, you can type "aescrypt -h" to see all options.
- Thu Aug 07, 2025 10:04 pm
- Forum: H.323 Plus (Open Source H.323 Stack)
- Topic: Compiling H323Plus in Windows VS2017
- Replies: 5
- Views: 51821
Re: Compiling H323Plus in Windows VS2017
I was forwarded a message and asked to post this here. The following is from Jac Goudsmit.
The problem is caused by the header files using "generic" as a variable name. This is not a problem in C/C++, however if you #include the H323Plus (or OPAL or OpenH323) headers in a project that gets ...
The problem is caused by the header files using "generic" as a variable name. This is not a problem in C/C++, however if you #include the H323Plus (or OPAL or OpenH323) headers in a project that gets ...
- Sat Jul 19, 2025 4:10 pm
- Forum: AES Crypt
- Topic: AESCrypt CLI Limits?
- Replies: 7
- Views: 4525
Re: AESCrypt CLI Limits?
I fully understand your concern, but the legacy AES Crypt was aging. Some of the security procedures were becoming weak given advancements in brute-force attacks. I also had a very extensive list of backlog items, many of which "under the hood" kinds of things.
So, we set about rewriting AES Crypt ...
So, we set about rewriting AES Crypt ...
- Sat Jul 19, 2025 2:40 pm
- Forum: AES Crypt
- Topic: AESCrypt CLI Limits?
- Replies: 7
- Views: 4525
Re: AESCrypt CLI Limits?
Not every switch is documented on the CLI help page, but the basic functionality is:
https://www.aescrypt.com/command_line.html
While every option could be discussed at length, most people are looking for a brief overview, and that's why it's written as it is.
In terms of usage, what I do for ...
https://www.aescrypt.com/command_line.html
While every option could be discussed at length, most people are looking for a brief overview, and that's why it's written as it is.
In terms of usage, what I do for ...