Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

CoolProp/gpgREFPROP

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Encrypted REFPROP

Following the instructions from https://docs.github.com/en/actions/security-for-github-actions/security-guides/using-secrets-in-github-actions, a zip file called REFPROP.zip is placed in this repo containing the folders MIXTURES, FLUIDS, and FORTRAN.

Preparation

On windows, to get gpg via chocolatey:

choco install gpg4win

, then restart restart the shell. Other platforms have gpg available by default

Encryption

Choose your passphrase and place in the passphrase file. Perhaps auto-generated.

Execute:

gpg --passphrase `cat passphrase` -c --symmetric --cipher-algo AES256 --batch REFPROP.zip

which generates the encrypted file REFPROP.zip.gpg.

Actions setup

Add a repository secret called REFPROP_GPG_PASSPHRASE in github actions with the contents of the password you generated in the previous step. The action in this repository will test the decryption and print out the contents of the zip file, as well as building a shared library based on the sources in the encrypted zip.

About

Encrypted source of REFPROP for use in actions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.