Encrypts strings with rot 13.

1.0.0 2021-04-07 18:46 UTC

This package is auto-updated.

Last update: 2024-04-08 00:59:17 UTC


README

Encrypts strings with rot 13.

Getting Started

Installation

composer require markuspoerschke/crypto

Usage

<?php

$algorithm = new \Mlssr\Crypto\Rot13();
echo $algorithm->encrypt('Hallo Welt!');
// outputs "Unyyb Jryg!"