Skip to content

Releases: katzer/alpinepass

1.5.2

Choose a tag to compare

@katzer katzer released this 26 Aug 20:13

What's new

Released at: 26.08.2024

  1. Upgraded to mruby 3.2.0

  2. Compiled binary for OSX build with MacOSX11.3 SDK

  3. Added binary for arm64-apple-darwin19 target

Full Changelog

1.5.1

Choose a tag to compare

@katzer katzer released this 18 Mar 17:13

What's new

Released at: 18.03.2020

  1. Compiled binary for OSX build with MacOSX10.15 SDK

  2. Upgraded to mruby 2.1.0

Full Changelog

1.5.0

Choose a tag to compare

@katzer katzer released this 13 Aug 10:29

What's new

Released at: 13.08.2019

  1. Compiled with MRB_WITHOUT_FLOAT

  2. Compiled binary for OSX build with MacOSX10.13 SDK (Darwin17)

  3. Upgraded to mruby 2.0.1

Full Changelog

1.4.7

Choose a tag to compare

@katzer katzer released this 02 Jan 09:01

Whats new

  1. Print errors and warning to SDTOUT with colors.

  2. Handle unknown types as generic instead of invalid.

  3. Dropped compatibility with orbit v1.4.6 due to breaking changes in fifa.

  4. Removed LVAR section for non test builds.

  5. Upgraded to mruby 2.0.0

1.4.6

Choose a tag to compare

@katzer katzer released this 16 Aug 17:17

Whats new

Tool has been fully reworked.

$ alpinepass -h

Usage: alpinepass [options...] -i input_file [-o output_file] matchers...
Options:
-i, --input     Path to the input file
-o, --output    Path to the output file
-f, --format    Format of the output file
                Defaults to: fifa
-c, --check     Check the content of the input file
-p, --pretty    Pretty print output
-s, --secrets   Export secrets like passwords
-h, --help      This help text
-v, --version   Show version number

Transform the KeePass file by using the $ORBIT_HOME/config/orbit.xsl stylesheet:

KPScript -c:Export "%ORBIT_HOME%\config\orbit.kdbx" -pw:MyPw -Format:"Transform using XSL Stylesheet" -XslFile:"%ORBIT_HOME%\config\orbit.xsl" -OutFile:"%ORBIT_HOME%\config\orbit.export"

Then convert the exported data into a valid knowledge database for fifa:

$ alpinepass -i keepass.export -f fifa -o orbit.json

To create a knowledge database for fifa containing production databases only:

$ alpinepass -i keepass.export -f fifa -o orbit.json type=db@env=prod

v1.4.3

Choose a tag to compare

@EightBitBoy EightBitBoy released this 06 Oct 15:23