All Projects → secusu → secusu

secusu / secusu

Licence: other
SЁCU is a public API to store self-destructing data payloads with url shortener and handle anonymous chat-rooms.

Programming Languages

PHP
23972 projects - #3 most used programming language
Makefile
30231 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to secusu

secret-img
encrypt/decrypt images 🤫
Stars: ✭ 14 (-41.67%)
Mutual labels:  encrypt, decrypt
Encipherr
Open Source online AES encryption and decryption tool
Stars: ✭ 21 (-12.5%)
Mutual labels:  encrypt, decrypt
MGObfuscator
An easy encryptor / decryptor for iOS
Stars: ✭ 17 (-29.17%)
Mutual labels:  encrypt, decrypt
common-secure
提供一些加密算法java代码封装 包括 RSA/AES/DES/3DES/MD5/SHA/HmacSHA256
Stars: ✭ 37 (+54.17%)
Mutual labels:  encrypt, decrypt
iGap-iOS
iGap Client for iOS Source Code
Stars: ✭ 18 (-25%)
Mutual labels:  application, messenger
doctrine-extensions
Doctrine2 behavioral extension Transformable
Stars: ✭ 14 (-41.67%)
Mutual labels:  encrypt, decrypt
vue-cryptojs
A small wrapper for integrating crypto-js into VueJS
Stars: ✭ 17 (-29.17%)
Mutual labels:  encrypt, decrypt
application
AdonisJS application class to read app related data
Stars: ✭ 19 (-20.83%)
Mutual labels:  application
Manji
Manji is a mobile application built to help people learning Japanese learn about Kanji.
Stars: ✭ 142 (+491.67%)
Mutual labels:  application
news
🕸 【MDH • 前端情报】
Stars: ✭ 277 (+1054.17%)
Mutual labels:  application
MessengerComparison
Project aimed at providing thorough comparison of Telegram, Viber and WhatsApp.
Stars: ✭ 28 (+16.67%)
Mutual labels:  messenger
viralgraphics.io
Creating Competitive Desktop Applications for the Web
Stars: ✭ 33 (+37.5%)
Mutual labels:  application
Biometric-Authentication-Android
A sample implementation of AndroidX biometrics API using Kotlin. Authenticate using biometrics or PIN/Password if biometrics isn't available on device. Fully implemented in Jetpack compose using Material 3 dynamic theming and also has a separate implementation in xml with MDC 3.
Stars: ✭ 29 (+20.83%)
Mutual labels:  application
mern-stack-crud
MERN stack (MongoDB, Express, React and Node.js) create read update and delete (CRUD) web application example
Stars: ✭ 142 (+491.67%)
Mutual labels:  application
SwipeToReply
Swipe to reply UI like WhatsApp
Stars: ✭ 54 (+125%)
Mutual labels:  messenger
sul-embed
An oEmbed Service for Stanford University Libraries
Stars: ✭ 15 (-37.5%)
Mutual labels:  application
quant-jobs-zurich
A list of companies of possible interest for mathematicians (or related) that are looking for a job in quantitative finance in Zurich.
Stars: ✭ 59 (+145.83%)
Mutual labels:  application
morelia server
Server for MoreliaTalk network
Stars: ✭ 25 (+4.17%)
Mutual labels:  messenger
i2pchat
🌀 i2pchat's old repo. This repo is deprecated in favor of https://github.com/i2pchat/i2pchat which is now the main repo.
Stars: ✭ 23 (-4.17%)
Mutual labels:  messenger
Melon
UNES, o aplicativo que cria notificações para as ações do Portal Sagres.
Stars: ✭ 41 (+70.83%)
Mutual labels:  application

SЁCU

Discord Build Status Latest Stable Version License

Introduction

SЁCU is a public API to store self-destructing data payloads. This repository includes only backend part using Laravel framework.

Frontend could be found in SЁCU web application repository.

Contents

Features

Configuration

Create environment configuration file from example

$ cp .env.example .env

Specify your environment parameters in .env file

$ vi .env

Installation

Install PHP dependencies

$ composer install

Generate application secret key

$ php artisan key:generate

Perform database migrations

$ php artisan migrate

If you need to run node.js chat server install JavaScript dependencies

$ npm install

Add CRON entry to your OS

* * * * * php /path/to/secu/artisan schedule:run >> /dev/null 2>&1

This will run schedule commands every minute. Schedule will delete outdated records.

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please refer to CONTRIBUTING.md for information on how to contribute to SЁCU and its related projects.

Testing

Run the tests with:

$ vendor/bin/phpunit

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Contributors

@antonkomarev
Anton Komarev

SЁCU contributors list

License

The SЁCU application is an open-sourced software licensed under the BSD 3-Clause License.

About CyberCog

CyberCog is a Social Unity of enthusiasts. Research best solutions in product & software development is our passion.

CyberCog

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].