huven
huven
Is there any interest in adding [Kuznyechik](https://en.wikipedia.org/wiki/Kuznyechik) as block cipher to Botan? Just finished adding it to a project, basically took the (public domain) code from http://cppcrypto.sourceforge.net/ and adapted the...
## Basic Information **Name:** Disk Decipher **Category:** File Encryption **URL:** https://disk-decipher.app/ ## Description Disk Decipher allows access to encrypted disk images (e.g. TrueCrypt, VeraCrypt or DMG) from your iPhone, iPad...
ext4_device_unregister always returned ENOENT, even if the operation was successful.
I needed some of the fields provided by the UFSD_VOLUME_APFS_INFO for a project, but the IOCTL_GET_APFS_INFO ioctl is not available in the current release, although it is readonly. This pull...
CompileC /Users/richard/Library/Developer/Xcode/DerivedData/Disk_Decipher-gpzneyleymjxsbhesubpgquqbgyi/Build/Intermediates.noindex/Disk\ Decipher.build/Debug-iphoneos/Paragon\ APFS\ SDK\ CE.build/Objects-normal/arm64/apfsencryption.o /Users/richard/Tresors/Xcode/Disk\ Decipher/Paragon\ APFS\ SDK\ CE/ufs/ufsd/src/apfs/apfsencryption.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'Paragon APFS SDK CE' from project 'Disk Decipher') cd /Users/richard/Tresors/Xcode/Disk\ Decipher export LANG\=en_US.US-ASCII...
This PR fixes the relative paths in the include statements in the header files in core and crypto. The changes were made easily with these commands (on Mac, sed has...
Issue #408 is still present in the latest version. I think the cause is that Attachments.upload has jsdoc that requires the file to be presented as Buffer, which is then...
Fixes #5123 Todo: - [X] Check std::stop_token cross-platform support - [x] Unittest - [x] Make all PasswordHash subclasses check stop_token - [x] Argon2 - [x] PBKDF2 - [x] Scrypt -...
This issue to check if a PR would be accepted that adds support to abort a key derivation operation. This is useful e.g. when the user aborts a request that...
Posting this as there might be an issue with the Argon2id KDF (currently in beta). I'm not sure if there is an issue (I might be making a mistake myself)...