Blog

...

LinuxDays Videos are Available

Written by Dominik Pantůček on 2024-11-07

rclonelinux

As has been announced earlier, I had the opportunity to talk about recent rclone developments at the LinuxDays conference. Although the talk started at 10AM, the auditorium was crowded and it turns out many people were actually very interested how it is possible to ensure decent confidentiality when using public cloud object storage services!

...
...

Rclone 1.68 Released

Written by Dominik Pantůček on 2024-10-10

rcloneyubikey

In a previous blog two months ago we have shown an ongoing progress on improving protection of secret keys in rclone configuration. On 8th September 2024 new version 1.68 has been released which finally contains all the building blocks for implementing such protection in a very user-friendly manner. Let us see the important new features of this version.

...

Python Cryptography Testing and Coverage

Written by Dominik Pantůček on 2024-09-26

pythoncrypt4gh

Working on a cryptographic library comes with certain challenges - like testing all the functions with (ideally all) incorrect inputs. In our recent project we leveraged Python's testing framework pytest with its support for coverage reporting to ensure we get to handle various - but very specific - kinds of corrupted input.

...