The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

pkcs5-tool - PKCS#5 Password-Based Encryption Tools

SYNOPSIS

    pkcs5-tool [OPTIONS]

    Options:
        --help              Brief help message
        --man               Full documentation
        --verbose           Print more info during run
        --version           Print version

        --algorithm         PBE algorithm
        --list-algorithms   List PBE algorithm

        -0, --null          Return NULL char instead of new line 

        --password          Password
        --input             Input data
        
        --encrypt
        --decrypt

    Examples:

        Encrypt:

            pkcs5-tool --algorithm PBEWithHmacSHA1AndAES_128 --password mypassword --input secret --encrypt

        Decrypt:

            pkcs5-tool --algorithm PBEWithHmacSHA1AndAES_128 --password mypassword --input <Base64 encrypted data> --decrypt

DESCRIPTION

pkcs5-tool PKCS#% Password-Based Encryption Tools

AUTHOR

Giuseppe Di Terlizzi

COPYRIGHT AND LICENSE

Copyright © 2018-2020 Giuseppe Di Terlizzi

You may use and distribute this module according to the same terms that Perl is distributed under.