GithubHelp home page GithubHelp logo

uor16x / uor-keyring Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 211 KB

Advanced password generation tool

Kotlin 0.18% Dart 58.41% HTML 2.61% CMake 13.45% C++ 24.30% C 1.05%
dart hash password text-transformation

uor-keyring's Introduction

uor-keyring

Password generation tool with ability to create a sequence of text transformations and execute the sequence to generate/retrieve passwords. Created sequence is being encrypted with password, so it could be stored openly without risk of data leak.

Implemented transformations:

  • Substring

Ability to take a substring from each intermediate result. Uses 'from' and 'to' indicies as input. Is case if string input is too short for given indicies - string would be repeated to fit the length.

  • Concat

Ability to concat two any intermediate results with optional separator.

  • Attach

Ability to attach a string to any intermediate results.

  • Replace

Ability to replace given symbol occurrences with other string.

  • Repeat

Ability to repeat the string given number of times.

  • Reverse

Ability to reverse any intermediate result.

  • MD5 hash

  • SHA256 hash

uor-keyring's People

Contributors

uor16x avatar

Watchers

 avatar

uor-keyring's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.