James Murty

Results 37 issues of James Murty

Hi, Thanks for this great library! We have been getting `Premature close` errors on our production server when calling API endpoints. These errors are entirely repeatable for the same API...

bug

Hi, thanks for your great work on *transcrypt*! We have found it really useful. We are considering using *transcrypt* for a scenario it wasn't designed for, where we want to...

This is some initial, and very rough, progress towards adding support for pbkdf2 key derivation as available in (and strongly recommended by) newer versions of OpenSSL and LibreSSL, aiming to...

As @perost-l14 mentioned in [these](https://github.com/elasticdog/transcrypt/issues/78#issuecomment-628133232) [comments](https://github.com/elasticdog/transcrypt/issues/78#issuecomment-628786575) on #78 transcrypt currently does some things that hinder its use for encrypting many and/or large files. This ticket is to draw out suggested...

Thanks for this awesome library! It has saved me a **lot** of time getting started with Shopify app development. In case anyone is still working on this library... The newer...

This is (yet another) pull request focussed on updating transcrypt to support the much more secure PBKDF2 key-derivation algorithm. Although this is the latest of many attempts, I think the...

In release 2.2.0 we included a fix for #133 to work around a compatibility problem with OpenSSL versions 3+, which changed how salt values are included in encrypted output (they...

Add support for environment variables to override rsync settings from the .gitfat file, for cases where you need to make ad-hoc config changes or have differently named remote server names...

The '--filenames' option makes it easy to view the filename represented by a git-fat object reference, at the cost of a slight performance and memory hit compared to the plain...