sparkciper/ciper

1.0.1 2019-02-20 13:21 UTC

This package is auto-updated.

Last update: 2025-07-21 03:57:44 UTC


README

composer require sparkciper/ciper

Ciper::encrypt('RANDOM_KEY','RANDOM_IV','STRING_TO_ENCODE');

The above method return encrypted string

Ciper::decrypt('RANDOM_KEY','RANDOM_IV','ENCODED_STRING');

The above method returns original string from encoded string