ibre5041 / OraPassGen

Oracle db password generation&management tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

OraPassGen is a simple tool which generates deterministic passwords from two inputs.

  • Passphrase (entered by a user)
  • dbid - unique Oracle database identifier

Usage

This tool consisist of there parts:

  • opassgen - command line tool which prompts for passphrase and queries the database dbid and then sets SYS user password
  • dbpassgui - GUI tool which generates the same passwords as opassgen
  • genn - utility tool for modulo generation

Notes

This is NOT password manager, there is NO password database stored anywhere.

License: BSD

About

Oracle db password generation&management tool

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 95.7%Language:CMake 2.3%Language:C 1.7%Language:Batchfile 0.2%