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
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 
Marc Wäckerlin e8eedd6d1f Merge branch 'master' of https://mrw.sh/webservices/safechat hace 6 años
cordova try to set size constraints, but firefox fails; show attachment size hace 8 años
debian updated build system hace 7 años
doc first test with cli client hace 7 años
nodejs updated build system hace 6 años
test complete redesign: use nodejs on server instead of php - documentation to be updated hace 8 años
AUTHORS AUTHOR updated to new homepage hace 9 años
COPYING updated build system hace 6 años
ChangeLog updated build system hace 6 años
INSTALL updated build system hace 6 años
LICENSE Initial commit hace 6 años
NEWS copied files hace 9 años
README build need description hace 9 años
README.md Initial commit hace 6 años
autogen.sh documentation updated hace 8 años
ax_check_qt.m4 updated build system hace 6 años
ax_cxx_compile_stdcxx_11.m4 documentation updated hace 8 años
ax_init_standard_project.m4 updated build system hace 6 años
bootstrap.sh updated build system hace 6 años
build-in-docker.conf updated build system hace 7 años
build-in-docker.sh updated build system hace 6 años
build-resource-file.sh basic android abb works, distcheck fails; refs #24 hace 9 años
configure.ac first test with cli client hace 7 años
dependency-graph.sh updated build system hace 6 años
mac-create-app-bundle.sh updated build system hace 6 años
makefile.am first test with cli client hace 7 años
makefile_test.inc.am documentation updated hace 8 años
resolve-debbuilddeps.sh updated build system hace 6 años
resolve-rpmbuilddeps.sh updated build system hace 6 años
rpmsign.exp first test with cli client hace 7 años
safechat.desktop.in try to allow background process hace 9 años
safechat.spec.in AUTHOR updated to new homepage hace 9 años
sql-to-dot.sed documentation updated hace 8 años
template.sh updated build system hace 6 años

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.