Fully end to end encrypted anonymous chat program. Server only stores public key lookup for users and the encrypted messages. No credentials are transfered to the server, but kept in local browser storage. This allows 100% safe chatting. https://safechat.ch
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Marc Wäckerlin e8eedd6d1f Merge branch 'master' of https://mrw.sh/webservices/safechat il y a 6 ans
cordova try to set size constraints, but firefox fails; show attachment size il y a 8 ans
debian updated build system il y a 7 ans
doc first test with cli client il y a 7 ans
nodejs updated build system il y a 6 ans
test complete redesign: use nodejs on server instead of php - documentation to be updated il y a 8 ans
AUTHORS AUTHOR updated to new homepage il y a 9 ans
COPYING updated build system il y a 6 ans
ChangeLog updated build system il y a 6 ans
INSTALL updated build system il y a 6 ans
LICENSE Initial commit il y a 6 ans
NEWS copied files il y a 9 ans
README build need description il y a 9 ans
README.md Initial commit il y a 6 ans
autogen.sh documentation updated il y a 8 ans
ax_check_qt.m4 updated build system il y a 6 ans
ax_cxx_compile_stdcxx_11.m4 documentation updated il y a 8 ans
ax_init_standard_project.m4 updated build system il y a 6 ans
bootstrap.sh updated build system il y a 6 ans
build-in-docker.conf updated build system il y a 7 ans
build-in-docker.sh updated build system il y a 6 ans
build-resource-file.sh basic android abb works, distcheck fails; refs #24 il y a 9 ans
configure.ac first test with cli client il y a 7 ans
dependency-graph.sh updated build system il y a 6 ans
mac-create-app-bundle.sh updated build system il y a 6 ans
makefile.am first test with cli client il y a 7 ans
makefile_test.inc.am documentation updated il y a 8 ans
resolve-debbuilddeps.sh updated build system il y a 6 ans
resolve-rpmbuilddeps.sh updated build system il y a 6 ans
rpmsign.exp first test with cli client il y a 7 ans
safechat.desktop.in try to allow background process il y a 8 ans
safechat.spec.in AUTHOR updated to new homepage il y a 9 ans
sql-to-dot.sed documentation updated il y a 8 ans
template.sh updated build system il y a 6 ans

README.md

safechat

Fully end to end encrypted anonymous chat program. Server only stores public key lookup for users and the encrypted messages. No credentials are transfered to the server, but kept in local browser storage. This allows 100% safe chatting.