You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

79 lines
1.5 KiB

4 years ago
  1. What is the difference?
  2. Decentral
  3. No central server for saving all messages
  4. One Time Pad encryption
  5. No possibility of breaking the encryption
  6. Ease to understand
  7. easyeasyeasy
  8. How to achieve this
  9. ***Decentral***
  10. **Tor**
  11. installation of Tor
  12. Oniondirectory that updates the recent IP changed recently by the ISP
  13. ifconfig gets actual IP
  14. save it with a python module to the onion site
  15. put it in a sandbox with config line to 1
  16. **Messenger**
  17. messages have to be saved
  18. have to be displayed
  19. have to be tunneled somehow to IP
  20. ***One Time Pad Encryption***
  21. get onetimepad from /dev/random
  22. onetimepad will be compressed with the NASA module
  23. flutter
  24. brieftaube mit flashing vor nem herz
  25. Dokumentation
  26. messengers researched for easy messenger over tkinder in python
  27. generatePad.py reads dev/random and saves to txt file
  28. raise entropy in /dev/random
  29. install rng-tools
  30. >> sudo pacman -S rng-tools
  31. start and enable deamon
  32. >> systemctl start rngd.service
  33. >> systemctl enable rngd.service
  34. the rng deamon reads from /dev/hwrng
  35. but we have to get a true random number generator (TRNG)
  36. that gets entropy from physical devices.
  37. read from /dev/random
  38. >> cat /dev/random | strings --bytes 1
  39. display the entropy available in /dev/random
  40. >> cat /proc/sys/kernel/random/entropy_avail
  41. upnp
  42. iwie mit distributed hashtables kann man DNS lookup bzw anfrage an
  43. zentrale einrichtungen umgehen
  44. ice zum kriegen von der öffentlichen IP
  45. tox.chat