tahrir
tahrir copied to clipboard
A decentralized censorship-resistant Twitter-like P2P network, in development
https://github.com/sanity/tahrir/blob/master/src/main/java/tahrir/io/crypto/TrCrypto.java RSA/None/NoPadding can only be used securely if no padding is required: If if the size of the plaintext is a multiple of the block-size... In encrypt() it is... but...
We've changed the L&F to [Web Look and Feel](http://weblookandfeel.com/). This seems to have affected some of our Swing components in the wrong way. For example, certain button which were transparent...
The MicroblogPostPanel, which uses a JTable as its underlining Swing component, should display microblogs based on their relative size rather than a "one size fits all". Might be simple to...
We need a front end for the ContactBook. This should support CRUD functionality. Also, needs to support the ability to view a contact's full public key (for sharing).
A listener like registerFailureListener() but for a successful session would be helpful and would make broadcast a bit nicer.
Currently MicroblogHandler works fine along with MicroblogSessionImpl but things are perhaps not as explicit as they should be. MicroblogHandler really has two "loops" one to move through Microblogs and another...
Btw, is there any specific reason why you force the usage of bouncycastle? People might have other crypto-providers installed...
Hi, I'm new to tahrir. I tried to run it on my Mac, I got an error that it can't create the directory. The problem seems to be that In...
I've learned that UDP is often deliberately degraded or blocked in China. We should therefore also support TCP as a transport layer. This will involve creating TCP equivalents of the...