Evgeny Pokhilko

Results 22 comments of Evgeny Pokhilko

EncryptPad creates a copy of the previous file with .bak extension before saving to the file. Bak should help restore the data before saving.

If the bak file still remains, copy it and replace the extension with epd or gpg depending on which extension the file had previously.

Since our communication the ppa process has changed (see https://github.com/evpo/EncryptPad#install-on-ubuntu) . I maintain my own ppa and the extra verification does not make sense anymore. The process of building ppa...

Hi, I hear ya. Sadly, I can't promise it in the next few months. This feature is not high priority too and it will take a lot of time to...

Thanks for providing the workaround. I have changed the icons. The original issue should not be a problem from version 0.5.0.4

agreed, Diceware Passphrases are strong and easier to remember.

Hi , yes, there is already botan3 branch, which is working, but it does not support all build types I have. More work is needed before I can release it.

Hi, look at branch qt6. It supports both qt6 and botan3. I am using it at the moment.

What are you qmake and clang versions? My working versions are as below: qmake6 --version ``` QMake version 3.1 Using Qt version 6.6.3 in /usr/lib64 ``` clang++ --version ``` clang...