Releases: PeculiarVentures/fortify-tools
Releases · PeculiarVentures/fortify-tools
v1.3.5
chore(components): Prevented render object and report error
v1.3.4
v1.0.21: Merge pull request #32 from PeculiarVentures/env-config
Fix ENV_CONFIG for Windows
v1.0.20: Merge pull request #32 from PeculiarVentures/env-config
- Add
provider
identifier to crypto logs - Add
Don't show this dialog again
checkbox - Add
cards
option to config.json
interface ICard {
atr: string;
name: string;
readOnly?: boolean;
libraries: string[];
}
- Use Electron v5.0.6
- Move
node-webcrypto-ossl
to@peculiar/webcrypto
- Update dependencies
v1.0.19
Fix errors
v1.0.18
- Use Electron v4.0.5
- Update
webcrypto-core
- Support multi paths for drivers in
card.json
- Use
raw
andpem
types forimportCert
method in Certificate storage
v1.0.17
- Fixed NSS PKCS#11 initialization for Windows
- Updated config.json creation.
Fortify adds Firefox NSS provider from user's Firefox default profile
- Support custom name for crypto providers via config.json file
- Add CKA_LABEL on certificate object creation
v1.0.17-alpha
- Fixed NSS PKCS#11 initialization for Windows
- Updated config.json creation.
Fortify adds Firefox NSS provider from user's Firefox default profile
- Add CKA_LABEL on certificate object creation
v1.0.16
Fix __lang undefined error
v1.0.16-beta
- Support Linux Ubuntu
Install instruction
- download Debian package
- install package via terminal
> sudo dpk -i fortify-linux-x64-v1_0_16.deb
- install directory is
/opt/fortify
- start app
- from terminal
> fortify
- from installed applications
Remove instruction
- run command
> sudo dpkg -r fortify