sanctuary-zero icon indicating copy to clipboard operation
sanctuary-zero copied to clipboard

A command-line bound implementation of secure synchronous lightweight chatroom with zero logging and total transience built using WebSockets, Fernet Cryptography, Asyncio and Prompt Toolkit

Results 13 sanctuary-zero issues
Sort by recently updated
recently updated
newest added

@t0xic0der Could we add lint support so that we can have a style guide in place for the project? As the contributors increasing, this will help maintain the decorum of...

enhancement
help wanted

https://github.com/t0xic0der/sanctuary-zero/issues/23

If I am a user and I wish to know the list of folks currently connected to the chatroom then I should have a convenient command called `/list` to get...

help wanted

Since the chatroom generated on new user login are generated at random. there may occur a clash, In such an event two users may land up in the same chatroom...

bug
help wanted

Fernet is a symmetric-key cryptography so it has its own set of vulnerabilities. How can we make sure that the end-to-end encryption scenario is strengthened all while not making it...

enhancement
question

Check with the server and disallow chatroom creation if a chatroom with the same name already exists.

bug
help wanted

Base64 does add a bit of redundancy due to padding but it is a much safer and robust way to transfer messages over the network.

enhancement
good first issue

The legacy method checks for messages at the client-side and outputs it only if it is subjected to the chatroom that the user has joined. This would lead to network...

bug
help wanted