Encrypts strings with rot 13.

Maintainers

Package info

github.com/markuspoerschke/crypto

pkg:composer/markuspoerschke/crypto

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

1.0.0 2021-04-07 18:46 UTC

This package is auto-updated.

Last update: 2026-03-08 05:06:50 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!"