Gordon_F

joined 2 years ago
 

cross-posted from: https://lemmy.ml/post/22893407

Hi,

I'm looking for a E2EE and decentralized (or self hosted) videoconferencing that would have the following feature

  • video or voice-only call
  • share screen
  • files transfer (optional)
  • text chat

( all of it E2EE )

I'm considering Jitsi meet, that seem the meet those requirements

Do you know better alternatives or do you have remarks about Jitsi ?

Thanks.

 

cross-posted from: https://lemmy.ml/post/22893407

Hi,

I'm looking for a E2EE and decentralized (or self hosted) videoconferencing that would have the following feature

  • video or voice-only call
  • share screen
  • files transfer (optional)
  • text chat

( all of it E2EE )

I'm considering Jitsi meet, that seem the meet those requirements

Do you know better alternatives or do you have remarks about Jitsi ?

Thanks.

 

Hi,

I'm looking for a E2EE and decentralized (or self hosted) videoconferencing that would have the following feature

  • video or voice-only call
  • share screen
  • files transfer (optional)
  • text chat

( all of it E2EE )

I'm considering Jitsi meet, that seem the meet those requirements

Do you know better alternatives or do you have remarks about Jitsi ?

Thanks.

[โ€“] [email protected] 1 points 6 months ago

Thanks for the sharing @[email protected]

I've check VeilidChat for the moment indeed it is just a network framework... so no apps ready yet (unless I'm mistaken )

The negative point is that the developer use exclusively google tech for it !! ( Dart, flutter )
So why peoples that want to fight for freedom use the Sauron tool !? it baffle me...

3
submitted 8 months ago* (last edited 8 months ago) by [email protected] to c/[email protected]
 

Hi,

SimpleX github conversations closed ??

I wanted to post this as a conversation then convert into an issues on github but it seem the github conversation of this project are closed... (we can't create new one) Do you know why ?


I've installed simpleX onfez android phones. it work smoothly. but for one of those phone (Android 14) the messages are only received and send when I restart the apps then no more. in Your settings\settings\Network & servers\network connection

The WiFi dot is red !

Any ideas ?

Thanks.

[โ€“] [email protected] 1 points 8 months ago

Thank you @[email protected] ! it works !

Please select what kind of key you want:
(1) RSA and RSA (default)
(2) DSA and Elgamal
(3) DSA (sign only)
(4) RSA (sign only)
(7) DSA (set your own capabilities)
(8) RSA (set your own capabilities)
(9) ECC and ECC
(10) ECC (sign only)
(11) ECC (set your own capabilities)
(13) Existing key
(14) Existing key from card\

I'm wondering whats is the option: (9) ECC and ECC ?? I found nothing in their documentation :/

 

Hi,

by doing a

ps aux | grep UserName

The output do not keep the LF[^1] ๐Ÿ˜ก

I've found some solution online by they involve 3 or more pipe | !

On my side, I've made this

ps -fp $(pgrep -d, -u UserName)

But still I found it not super human readable.

Is their a native way with ps to filter users ? or to grep it but the keep the LF ?

[^1]: linefeed https://en.wikipedia.org/wiki/Linefeed#Representation

[โ€“] [email protected] 1 points 8 months ago

Thanks for the links, but 10minutemail.org is loaded with crap.

 

Hi,

I've seen some tutorial to create EdDSA key with Gnupg

gpg --full-gen-key

and it's supposed to allow me to create ECC key, but I see only

Please select what kind of key you want:
(1) RSA and RSA (default)
(2) DSA and Elgamal
(3) DSA (sign only)
(4) RSA (sign only)
(14) Existing key from card
Your selection?\

gpg --version show:

...
gpg (GnuPG) 2.2.27
Supported algorithms:
Pubkey: RSA, ELG, DSA, ECDH, ECDSA, EDDSA
...

Any idea what's wrong ?

31
submitted 8 months ago* (last edited 8 months ago) by [email protected] to c/[email protected]
 

Hi,

I would like to use Gnupg to encrypt, sign... documents.

I've downloaded the Manual, it's quite extensive. So the learning curve is proportional :)

I've tried the GPA GUI, but with it, it seem impossible to generate an ECC key..

So what would be your recommendation to be able to generate ECC keys, be able to encrypt, sign etc.. with or without GUI.

Thanks.

[โ€“] [email protected] 3 points 8 months ago (1 children)

Well received, any sources where we could corroborate that statement ?

 

Hi,

I'm currently struggling to connect to TOR (see my previous posts)

Therefore I'm looking in the documentation and in the support community. (and been already greatly helped trough lemmy :) )

I was considering to use also the official TOR forum

But I'm surprised that for a project that claim to protect users anonymity and freedom of WWW to use a forum that

  • request an email address[^one]
  • That a moderator [^two] need to approve the account
  • that each new post need to be approved !

So I can't use it[^one] , hopefully their is Lemmy :D

[^one]: Do you know a lot of email service that do not require to provide a proof of ID ? (phone number, ISP email etc..) ? So hard to keep anonymous in those conditions..

.

[^two]: Moderation do not exist, it is simply censorship, see the work of Noam Chomsky
"If the freedom of expression is limited to the ideas that we like, it is not freedom of expression."

[โ€“] [email protected] 1 points 8 months ago* (last edited 8 months ago)

Damn

now that I open few ports 9001

I see incoming connection that are dropped because they use totally diffrent ports

drop: IN=eth0 OUT= MAC=aMacadrs SRC=aIP DST=aMyIP LEN=64 TOS=0x00 PREC=0x00 TTL=48 ID=65508 DF PROTO=TCP SPT=443 DPT=50194 WINDOW=501 RES=0x00 ACK URGP=0

privacyI've replaced some string with 'aSomething'
.

it's weird in my nftable config file I have

type filter hook input priority 0; policy drop;
ct state established,related accept

Any ideas ?

[โ€“] [email protected] 4 points 8 months ago

Thank you ! @[email protected] ๐Ÿ‘
-E solved it :)

[โ€“] [email protected] 2 points 8 months ago (1 children)

Thank you very much @[email protected] ! indeed I saw in my nftables log tentative to 443 and 9001. ( I didn't find this in the tor doc ... )

9050 is your socks proxy - so protect it. if your nftables is blocking localhost:9050/TCP then you need to correct that.

is this will do : ip saddr 127.0.0.1 ip daddr 127.0.0.1 accept ?

 

Hi,

I would like to display the new lines of /var/log/messages that contain either IN_MyText or OUT_MyText (no matter where in the line)

I've tried

tail -fn 3 /var/log/messages | grep --color --line-buffered -e "(IN|OUT)_MyText"

But the output stay blank, when it should not...

Any ideas ?

 

Hi,

I've just installed tor ( 0.4.5.16 )

When I launch it ( debian fork ) I'm stuck at

Opened Socks listener connection (ready) on 127.0.0.1:9050

I have a strong set of nftables maybe that what block it ?

What should open in order to have tor connect ?

Thanks.

3
submitted 8 months ago* (last edited 8 months ago) by [email protected] to c/[email protected]
 

Hi,
in etc/tor/torrc (the tor config file) we can read the following

## Entry policies to allow/deny SOCKS requests based on IP address.
## First entry that matches wins. If no SocksPolicy is set, we accept
## all (and only) requests that reach a SocksPort. Untrusted users who
## can access your SocksPort may be able to learn about the connections
## you make.
#SocksPolicy accept 192.168.0.0/16
#SocksPolicy reject *\

I don't understand, is this for the TOR network to query the local daemon ? or is it for LAN node to use the local TOR daemon ?

Thanks

 

To the developer working on SimpleX,

Why are you still using Microsoft Github ? (and by extend Reddit ! )

I had myself a question for the maintainers. I was planning to use the discussions and to do so, create an account :'( But it seem that Microsoft really doesn't like Tor:

Cheers.

[โ€“] [email protected] 1 points 1 year ago

I couldn't have said it better !

[โ€“] [email protected] 1 points 1 year ago

I've did some more digging.

and Briar still remain better at security level !

The big downside of SimpleX is that it's not P2P and IP correlation by watching your traffic is possible.

SimpleX recommend to use Tor on top of it with for example Orbot. That's a good idea, but not the best to convince none-tech folks to adopt it. (it's already so hard to change peoples habit... ) Tor should be embedded.

As soon Tor is embedded I will migrate to it. SimpleX have nice thought features and it's easy to use.

[โ€“] [email protected] 2 points 1 year ago

They did the same with Flash with the help of adobe.

view more: next โ€บ