UNPKG

@sap_oss/wdio-qmate-service

Version:

[![REUSE status](https://api.reuse.software/badge/github.com/SAP/wdio-qmate-service)](https://api.reuse.software/info/github.com/SAP/wdio-qmate-service)[![Node.js CI](https://github.com/SAP/wdio-qmate-service/actions/workflows/node.js.yml/badge.svg)](http

13 lines (12 loc) 560 B
export declare const PUBLIC_KEY_NAME = "public.key"; export declare const PRIVATE_KEY_NAME = "private.key"; export declare const STATIC_PASSWORD = "QMATE_STATIC"; export declare const ALGORITHM = "aes-256-cbc"; export declare const DIGEST = "sha512"; export declare const SALT = "72hdh393987f0hdc"; export declare const IV = "203efccd80e94d9f"; export declare const ITERATIONS = 100000; export declare const KEY_LENGTH = 32; export declare const KEY_TYPE = "rsa"; export declare const KEY_EXPORT_TYPE = "pkcs1"; export declare const KEY_EXPORT_FORMAT = "pem";