"Offshore Investigation Vehicle by the //Demystification_Committee was developed within the framework of the Vilém Flusser Residency for Artistic Research 2017 . The ongoing art and research project takes the shape of an international corporate structure spanning three oceans, set up to model and explore offshore finance. For the shareholders it operates at once as a guide and a shield: not only does it provide access to a hidden world of knowledge and opportunities; it also guarantees the secrecy of the actions undertaken there."
Index : https://nnn.freeport.global
Le Tor Darknet de demain ! (?)
anonymisation sur la base de Monero
minage de rétribution
annuaire distribué décentralisé ( en p2p, DHT )
Services cachés .locki ( SNAapps )
Esaims sécuritaires + routage en oignon / oinion
Messagerie ( basée sur Signal )
--
[https://lokinet.org](https://lokinet.org)
--
Oxen - juin 2020
https://oxen.medium.com/lokinet-b8f738fefe7a
+
Meilleur Darknet ?
https://www.youtube.com/watch?v=wM_DNRZpBb8
Remembering onions 2017 ( avec @Roger_Dingledine (où?, ajouter.ref) )
" Over the years the Tor community has come up with various ways of handling these large and non-human-memorable onion addresses. Some people memorize them entirely or scribe them into secret notebooks, others use tattoos, third-party centralized directories or just google them everytime. We've heard of people using decks of cards to remember their favorite onion sites, and others who memorize them using the position of stars and the moon. "
The "Reveton team" has diversified its locking activity. The advert is old (2014-02-18) but i decided to write about it today as I found a TDS using almost all features proposed by this affiliate including the android locker.
$ gpg --gen-key
$ gpg --list-keys
# Export public key
$ gpg --armor --output pubkey.txt --export 'My_PGP_fresh_key name'
# Import public Key
$ gpg --import pubkey.txt
# Encrypt
$ gpg --encrypt --recipient ID filename.ext
# or
$ gpg -e -r ID filename.ext
Decrypt
$ gpg --output filename.ext --decrypt filename.ext.gpg