The following documentation provide details for the setup and configuration of the Apica Postman Check. Status
Table of Contents |
---|
Note: npm Documentation Source
...
To encrypt and decrypt files in a project, you can use the NPM package cryptify, simple file-based encryption (FBE) utility for Node.js. The following file types support encryption/decryption:
certificates
data files
shared variables
You must supply a decryption key with the -dk option. The file must be encrypted with the key using the command-line version of cryptify.6.1.1 Install cryptify
...