Answer the question
In order to leave comments, you need to log in
Why is the PGP key used on Navalny's website?
I noticed in the source codes of the bulk PGP site the key
https://fbk.pe/poll/js/key.js
https://poll.fbk.info/i/
I did not understand why it is used there.
Can someone explain?
Answer the question
In order to leave comments, you need to log in
Probably sent messages are encrypted on the client https://github.com/openpgpjs/openpgpjs
<script type="text/javascript">
window.openpgp.config.aead_protect = false;
window.openpgp.initWorker({
path: 'https://poll.fbk.info/static/js/openpgp.worker.min.bb0dac1eb689.js'
});
</script>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question