boojies
Recruit
★★★★
- Joined
- Jun 28, 2018
- Posts
- 332
I have a large guide on other incel sites but it is rather outdated as compared to my current knowledge. Perhaps I will make an updated version for this site when I get some spare time. Right now I am busy working on implementing a secure asynchronous group communication system, so I will not actually have a lot of time to spend on other things, but I can still answer questions if people have any.
I've been studying computer security and online anonymity for over a decade, though only as a hobbyist rather than through university courses or anything like that. I've also studied general security even separate from computer security, and have knowledge regarding meatspace intelligence and investigative procedures.
I will use this thread to post my brainstorming regarding the system I am currently implementing, as well as general security errata and to answer questions people have. When I get around to making an updated security guide sometime into the future, maybe I will work on it over the course of a couple of months as a side project, I will probably post it as a unique thread.
The system I'm currently implementing is going to be a forum like system insofar as it has the objective of providing asynchronous group communications. However, I don't plan to be bound by the stereotyped notions of what a forum is. I've already implemented one of the cryptographic primitives that I will be using to provide anonymous currency functionality, it's called a blind signature scheme based on elliptic curve cryptography, and it is useful for implementing a system called Chaumian E-cash. I actually have some images I made describing the system to another incel forum that is down now. Too many to post in one post so I will need to double post unfortunately.
Here is my library for the blind signature primitive in Rust: crates.io/crates/blindsign
It's still only version 0.0.6 though, I plan to restructure the API somewhat. It's an implementation of this paper:
pdfs.semanticscholar.org/e58a/1713858a9e18abfc05de244e.pdf
I've been studying computer security and online anonymity for over a decade, though only as a hobbyist rather than through university courses or anything like that. I've also studied general security even separate from computer security, and have knowledge regarding meatspace intelligence and investigative procedures.
I will use this thread to post my brainstorming regarding the system I am currently implementing, as well as general security errata and to answer questions people have. When I get around to making an updated security guide sometime into the future, maybe I will work on it over the course of a couple of months as a side project, I will probably post it as a unique thread.
The system I'm currently implementing is going to be a forum like system insofar as it has the objective of providing asynchronous group communications. However, I don't plan to be bound by the stereotyped notions of what a forum is. I've already implemented one of the cryptographic primitives that I will be using to provide anonymous currency functionality, it's called a blind signature scheme based on elliptic curve cryptography, and it is useful for implementing a system called Chaumian E-cash. I actually have some images I made describing the system to another incel forum that is down now. Too many to post in one post so I will need to double post unfortunately.
Here is my library for the blind signature primitive in Rust: crates.io/crates/blindsign
It's still only version 0.0.6 though, I plan to restructure the API somewhat. It's an implementation of this paper:
pdfs.semanticscholar.org/e58a/1713858a9e18abfc05de244e.pdf