Encrypts strings with rot 13.

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/markuspoerschke/crypto

1.0.0 2021-04-07 18:46 UTC

This package is auto-updated.

Last update: 2025-10-08 04:20:45 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!"