donob4n
donob4n
Hi, I tried it without success. On #alpinelinux someone commented that with "-buildmode=c-archive" it will be ignored. As an alternative I tried to build it with system sqlite3 lib, but...
I'm playing with gdb since yesterday. The problem is that the backtrace on the segfault is not very helpful: ``` Program received signal SIGSEGV, Segmentation fault. 0x00007ffff7fb6f0e in memchr ()...
Sorry, I was pretty busy. I tried and get this link error: ``` [100%] Linking C shared library libwhatsmeow.so /usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/crtbeginT.o: relocation R_X86_64_32 against hidden symbol `__TMC_END__' can not be...
No problem, I'm out until next week. When I have some time I will try to build it with go-sqlite version.
I just tested it. I noticed that it uses something like 'modernc.org/sqlite/lib: modernc.org/[email protected]' but unfortunately after building it produces same segfault with same backtrace. Maybe I need to modify something...
> Hello. > > What do you think the UI/UX would be? > > If a user tries to run the instance that has an encrypted home they should be...
> > The other use case is a secure way for share/backup some folder in public clouds like dropbox. In this scenario running it 24h or having a passworldess start...
> @donob4n I created [11a886c](https://github.com/igo95862/bubblejail/commit/11a886c0cc542224cd8a7023fea8fc7afdf31c9a) in the branch [gocryptfs-test](https://github.com/igo95862/bubblejail/tree/gocryptfs-test) > > It is a very rough draft. The command line arguments are not final. > ... > Running it: >...
> If you use ext4 you can use a transparent encryption [folder-only-encrpytion] with a custom pass for every folder in the ext4 system. Well, I'm currently using btrfs and also...
Well, pinentry process options or commands from STDIN. So an basic execution for a 'foo' password looks like: echo "GETPIN" | pinentry ``` OK pinentry-bemenu 0.9.0 D foo OK ```...