All Projects → gaurav-gogia → Kamekazi

gaurav-gogia / Kamekazi

Licence: mit
Self destructing messages

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Kamekazi

Docker Registry Browser
🐳 Web Interface for the Docker Registry HTTP API V2 written in Ruby on Rails.
Stars: ✭ 239 (+1038.1%)
Mutual labels:  hacktoberfest, web-app
Tfsec
Security scanner for your Terraform code
Stars: ✭ 3,622 (+17147.62%)
Mutual labels:  google-cloud-platform, hacktoberfest
Terraform Security Scan
Run a security scan on your terraform with the very nice https://github.com/liamg/tfsec
Stars: ✭ 64 (+204.76%)
Mutual labels:  google-cloud-platform, hacktoberfest
Docker Pi Hole
Pi-hole in a docker container
Stars: ✭ 4,288 (+20319.05%)
Mutual labels:  hacktoberfest, web-app
Fog Google
Fog for Google Cloud Platform
Stars: ✭ 83 (+295.24%)
Mutual labels:  google-cloud-platform, hacktoberfest
Phpmyadmin
A web interface for MySQL and MariaDB
Stars: ✭ 5,750 (+27280.95%)
Mutual labels:  hacktoberfest, web-app
Node Openid Client
OpenID Certified™ Relying Party (OpenID Connect/OAuth 2.0 Client) implementation for Node.js.
Stars: ✭ 887 (+4123.81%)
Mutual labels:  hacktoberfest
Mspaintide
Programming in MS Paint
Stars: ✭ 909 (+4228.57%)
Mutual labels:  hacktoberfest
Jodel Web
[PHP] JodelBlue is a Web-App and Browser-Client for the Jodel App. No registration required! Browse Jodels all over the world.
Stars: ✭ 15 (-28.57%)
Mutual labels:  web-app
Keto
Global and consistent permission and authorization server with an easy and granular permission language and sub 10-millisecond latency. Based on Google Zanzibar. Ships gRPC and REST APIs. Written in Go.
Stars: ✭ 883 (+4104.76%)
Mutual labels:  hacktoberfest
Css Art Hacktoberfest Edition
Hacktoberfest Edition - A CSS art challenge, for all skill levels
Stars: ✭ 21 (+0%)
Mutual labels:  hacktoberfest
Node Website Scraper
Download website to local directory (including all css, images, js, etc.)
Stars: ✭ 912 (+4242.86%)
Mutual labels:  hacktoberfest
Grafana Sunandmoon Datasource
SunAndMoon is a datasource plugin for Grafana that calculates the position of Sun and Moon as well as the Moon illumination.
Stars: ✭ 20 (-4.76%)
Mutual labels:  hacktoberfest
Coursera Financialaid
Stars: ✭ 20 (-4.76%)
Mutual labels:  hacktoberfest
Roll20 Character Sheets
Character sheet templates created by the community for use in Roll20 VTT. Contact [email protected] if critical hotfixes need to be requested.
Stars: ✭ 909 (+4228.57%)
Mutual labels:  hacktoberfest
Android
📱 Home Assistant Companion for Android
Stars: ✭ 881 (+4095.24%)
Mutual labels:  hacktoberfest
Event Bot
📣 Discord Bot to make announcements about upcoming sessions for the Fellows using Google Calendar and Calendly
Stars: ✭ 21 (+0%)
Mutual labels:  hacktoberfest
Diagram Js
A toolbox for displaying and modifying diagrams on the web.
Stars: ✭ 881 (+4095.24%)
Mutual labels:  hacktoberfest
Ph2date
💕 Powerful & lightweight PHP Dating Script built with CodeIgniter 2.X and Bootstrap + jQuery 💖
Stars: ✭ 20 (-4.76%)
Mutual labels:  web-app
Lab
Lab wraps Git or Hub, making it simple to clone, fork, and interact with repositories on GitLab
Stars: ✭ 911 (+4238.1%)
Mutual labels:  hacktoberfest

Go Report Card contributions welcome

Banner

KameKazi 🔐

KameKazi is a project that allows you to send secure messages. Each message receives a completely unique ID and is encrypted, so absolutely nobody can see the message without the key, not even with access to the database. All messages are destroyed as soon as the receiver opens them. The project has been written in Golang.

How does it work?

Here's an awesome presentation by Neeraj Srivastava

Contributing

How to Make a Pull Request (PR)

Instructions

  • Click on Fork Repository using the 'Fork' button on the top
  • Clone the forked repository on your PC. Using this command on your Git bash or any terminal with git support : git clone url
  • Now create a new branch and switch to it with this command: git checkout -b new-user-yourname
  • Go ahead and make changes
  • You can add your details in contributers.md file
  • See if you can solve an issue and send PR
  • Star the repository
  • New issues are also welcome
  • After making changes use this command to add the changes: git add filename, and then git commit -m "Added"
  • After that use this command: git push origin new-user-yourname
  • Create a Pull Request (PR) from your github forked repository page, and wait for Pull Request to get merged

Disclaimer

Yes, documentation is bad. PR's that improve the documentation are welcome! =)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].