All Projects → ganlvtech → lua-simple-encrypt

ganlvtech / lua-simple-encrypt

Licence: MIT license
Lua simple XOR encrypt

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
lua
6591 projects

Projects that are alternatives of or similar to lua-simple-encrypt

Android Classic
Android app - (Deprecated) - New version: https://github.com/standardnotes/mobile
Stars: ✭ 145 (+141.67%)
Mutual labels:  encrypt
django-mirage-field
Django model field encrypt/decrypt your data, keep secret in database.
Stars: ✭ 86 (+43.33%)
Mutual labels:  encrypt
xor
Move to: https://github.com/templexxx/xorsimd
Stars: ✭ 27 (-55%)
Mutual labels:  xor
Laravel Source Encrypter
Laravel and Lumen Source Code Encrypter
Stars: ✭ 175 (+191.67%)
Mutual labels:  encrypt
Laravel Database Encryption
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
Stars: ✭ 238 (+296.67%)
Mutual labels:  encrypt
doctrine-extensions
Doctrine2 behavioral extension Transformable
Stars: ✭ 14 (-76.67%)
Mutual labels:  encrypt
Underlock
Underlock makes it dead simple to encrypt and decrypt your data and files. It comes with little to no dependencies and has a very small API surface.
Stars: ✭ 128 (+113.33%)
Mutual labels:  encrypt
secusu
SЁCU is a public API to store self-destructing data payloads with url shortener and handle anonymous chat-rooms.
Stars: ✭ 24 (-60%)
Mutual labels:  encrypt
Faz-SHC
Faz-SHC is a program that can be encrypted the text you give to a Shellcode. Simple and coded with Perl. Coded by M.Fazri Nizar.
Stars: ✭ 16 (-73.33%)
Mutual labels:  encrypt
vue-cryptojs
A small wrapper for integrating crypto-js into VueJS
Stars: ✭ 17 (-71.67%)
Mutual labels:  encrypt
Cryptsync
CryptSync is a small utility that synchronizes two folders while encrypting the contents in one folder. That means one of the two folders has all files unencrypted (the files you work with) and the other folder has all the files encrypted.
Stars: ✭ 195 (+225%)
Mutual labels:  encrypt
Dumpdecrypted
Dumps decrypted mach-o files from encrypted applications、framework or app extensions.
Stars: ✭ 235 (+291.67%)
Mutual labels:  encrypt
Berserker
Obfuscate your Python scripts better, faster.
Stars: ✭ 81 (+35%)
Mutual labels:  encrypt
Androidlibrary
Android library to reveal or obfuscate strings and assets at runtime
Stars: ✭ 162 (+170%)
Mutual labels:  encrypt
pyas2-lib
AS2 Library for building and parsing Messages and MDNs
Stars: ✭ 33 (-45%)
Mutual labels:  encrypt
Paseto
PASETO (Platform-Agnostic SEcurity TOkens) for Node.js with no dependencies
Stars: ✭ 134 (+123.33%)
Mutual labels:  encrypt
oxorany
obfuscated any constant encryption in compile time on any platform
Stars: ✭ 155 (+158.33%)
Mutual labels:  xor
Encipherr
Open Source online AES encryption and decryption tool
Stars: ✭ 21 (-65%)
Mutual labels:  encrypt
MGObfuscator
An easy encryptor / decryptor for iOS
Stars: ✭ 17 (-71.67%)
Mutual labels:  encrypt
pgspeck
Small block size Speck encryption in PostgreSQL
Stars: ✭ 16 (-73.33%)
Mutual labels:  encrypt

Lua Simple XOR Encrypt

Build Status

Ask user to input the decrypt key. XOR each bytes with the given key. eval the decrypted script.

Usage

Open the web page with browser. Select the file and press the button. The encrypted file will be downloaded.

Try it Online

Build

npm install
npm run build

Development

npm run dev

Visit http://localhost:8080/

LICENSE

The MIT License (MIT)

Copyright (c) 2018 Ganlv

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
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].