HACKERALERT / Picocrypt

A very small, very simple, yet very secure encryption tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with running on Linux

hakavlad opened this issue · comments

Linux users will now get a raw executable binary instead of an AppImage for better portability across distros

BTW this doesn't work on Debian 11:

$ ./Picocrypt
./Picocrypt: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./Picocrypt)
./Picocrypt: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./Picocrypt)
./Picocrypt: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by ./Picocrypt)

No such problem with 1.32.

1.33 has the same problem

I'm building on Debian 12, so it's probably not backward compatible with 11. I'd argue this is okay since a few months from now, most people will be on Debian 12 or Ubuntu 24. Better be future proof for good measure :)

@CodeCracker-oss 2.31

@HACKERALERT I opened this just for you information.

@hakavlad That version is lower than 2.32 which is required by picocrypt. You can either update to Debian 12, or build from source if you want 1.33+ of picocrypt

Thanks.

Thanks for all the info. I think this is something we safely dismiss with time.