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
- Host: GitHub
- URL: https://github.com/marschall/rot13-password-factory
- Owner: marschall
- Created: 2021-12-09T21:23:34.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-10T16:41:57.000Z (over 3 years ago)
- Last Synced: 2025-01-16T02:45:01.120Z (5 months ago)
- Language: Java
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ROT-13 Password Factory [](https://maven-badges.herokuapp.com/maven-central/com.github.marschall/rot13-password-provider) [](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=