An open API service indexing awesome lists of open source software.

https://github.com/marschall/rot13-password-factory

An Elytron PasswordFactorythat supports ROT-13 encrypted passwords
https://github.com/marschall/rot13-password-factory

Last synced: 3 months ago
JSON representation

An Elytron PasswordFactorythat supports ROT-13 encrypted passwords

Awesome Lists containing this project

README

        

ROT-13 Password Factory [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.marschall/rot13-password-provider/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.marschall/rot13-password-provider) [![Build Status](https://travis-ci.org/marschall/rot13-password-provider.svg?branch=master)](https://travis-ci.org/marschall/rot13-password-provider)
=======================

An Elytron [PasswordFactory](https://docs.wildfly.org/20/WildFly_Elytron_Security.html#Passwords) that supports [ROT-13](https://en.wikipedia.org/wiki/ROT13) encrypted passwords.

```xml

com.github.marschall
rot13-password-factory
1.0.0

```

Installation
------------
cd modules/system/layers/base/
mkdir -p com/github/marschall/rot13/main

```

Usage
-----

```xml

























```

Caveats
-------

How sure whether `Rot13Password` should be `OneWayPassword` or `TwoWayPassword`. `TwoWayPassword` is technically correct but `OneWayPassword` is what custom hashes most likely would be.

https://rot13.com/
https://www.base64encode.org/

password -> cnffjbeq -> Y25mZmpiZXE=