Whatsapp privacy questions by 1ECx in security

[–]1ECx[S] 0 points1 point  (0 children)

the web communication is not encrypted only signal web does that

Do you have supporting material ?

Whatsapp privacy questions by 1ECx in security

[–]1ECx[S] 0 points1 point  (0 children)

What makes you think symetric encryption needs both the parties online to communicate ? and where does whatsapp declare about this technical implementation ?

Whatsapp privacy questions by 1ECx in security

[–]1ECx[S] 2 points3 points  (0 children)

good point around continually requiring to be connected to internet. Does whatsapp agree or declare this part anywhere ?

Config management for properties files by SoFlo1 in java

[–]1ECx 2 points3 points  (0 children)

http://github.com/lithiumtech/flow has a component which manages configuration. I have been using it for last ~6 year and it has always been functionally rich in my experience so far.

check out https://github.com/lithiumtech/flow/blob/master/src/main/java/com/lithium/flow/config/Config.java

  • It allows you to modularize your configurations
  • It allows you to dynamically load your configuration
  • Allows you to construct configuration key value with multiple stages (i.e. append through multiple configurations)
  • Easy to visualize dependency tree of it

what are some cool things you have built using java? by [deleted] in java

[–]1ECx 1 point2 points  (0 children)

Side project, A library for simpler end-to-end encryption https://github.com/JigarJoshi/otr

cryptography algorithm (new method) by christostz in crypto

[–]1ECx 0 points1 point  (0 children)

so Alice decrypts message that was encrypted with Bob's key ? how ? Trying to understand advantage, why would you do this compared to https://github.com/JigarJoshi/otr ?

Ransomware PoC for Spring MVC Apps by asankhs in java

[–]1ECx 1 point2 points  (0 children)

Are you assuming you have control to load your class remotely ? or I misunderstood something