All Projects → Neptune-IT → ARS_SHELL_CRYPT

Neptune-IT / ARS_SHELL_CRYPT

Licence: other
ARS Crypter is my own cryptage system.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to ARS SHELL CRYPT

neptune-examples
Examples of using Neptune to keep track of your experiments (maintenance only).
Stars: ✭ 22 (+10%)
Mutual labels:  neptune
NoteCrypt
Keep your notes safe and secure with Note Crypt for Android!
Stars: ✭ 32 (+60%)
Mutual labels:  crypt
neptune-web
Wise Web Design System
Stars: ✭ 55 (+175%)
Mutual labels:  neptune
go-crypt
Golang wrappers for glibc crypt(3)
Stars: ✭ 36 (+80%)
Mutual labels:  crypt
open-solution-ship-detection
Open solution to the Airbus Ship Detection Challenge
Stars: ✭ 54 (+170%)
Mutual labels:  neptune
open-solution-cdiscount-starter
Open solution to the Cdiscount’s Image Classification Challenge
Stars: ✭ 20 (+0%)
Mutual labels:  neptune
lightning-hydra-template
PyTorch Lightning + Hydra. A very user-friendly template for rapid and reproducible ML experimentation with best practices. ⚡🔥⚡
Stars: ✭ 1,905 (+9425%)
Mutual labels:  neptune
ghidra-findcrypt
Ghidra analysis plugin to locate cryptographic constants
Stars: ✭ 138 (+590%)
Mutual labels:  crypt
Berserker
Obfuscate your Python scripts better, faster.
Stars: ✭ 81 (+305%)
Mutual labels:  crypt
shiromino
A fast-paced puzzle game with roots in the arcade.
Stars: ✭ 28 (+40%)
Mutual labels:  ars
scene-recognition-pytorch1.x
Evaluate wandb, tensorboard, neptune, mlflow, etc
Stars: ✭ 37 (+85%)
Mutual labels:  neptune
sqerzo
Tiny ORM for graph databases: Neo4j, RedisGraph, AWS Neptune or Gremlin
Stars: ✭ 28 (+40%)
Mutual labels:  neptune
John
John the Ripper jumbo - advanced offline password cracker, which supports hundreds of hash and cipher types, and runs on many operating systems, CPUs, GPUs, and even some FPGAs
Stars: ✭ 5,656 (+28180%)
Mutual labels:  crypt
http-auth
Node.js package for HTTP basic and digest access authentication.
Stars: ✭ 364 (+1720%)
Mutual labels:  crypt

ARS_SHELL_CRYPT

ARS_SHELL_CRYPT is my own cryptage algorythme, based on Caesar's cipher.
🔐 ARS_SHELL_CRYPT contains 4 levels of security and decrypt system.

📌 Usage :

<?php

require_once "ars.php";

$encrypt = encrypt("your text", STANDARD_SEC_1);
$decrypt = decrypt($encrypt, STANDARD_SEC_1);

?>

Require the main file and use the functions encrypt() & decrypt()
All security constants :
-> STANDARD_SEC_1, STANDARD_SEC_2, STANDARD_SEC_3, STANDARD_SEC_4

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