viewpoint-particle
WinBatch Technical Support Forum
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Current release
:
2023C (6.23CWC)
Home
Help
Search
Tech Database
Documentation
Downloads
Hints
Login
Register
WinBatch® Technical Support Forum
»
Archived Boards
»
WinBatch Script Exchange
»
PGP Encryption/Decryption
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: PGP Encryption/Decryption (Read 4152 times)
jpaton
Newbie
Posts: 5
PGP Encryption/Decryption
«
on:
April 09, 2014, 07:01:10 am »
Is there a way to use Winbatch to decrypt or encrypt files with PGP keys?
Logged
Deana
Wilson WindowWare Tech Support
Pundit
Posts: 1183
WinBatch® can do it.
Re: PGP Encryption/Decryption
«
Reply #1 on:
April 09, 2014, 08:17:03 am »
WinBatch doesn't contain support of PGP encryption. However if you have a tool installed that handles PGP encryption, you can automate it via commandline or COM automation (if supported).
Or if you have a newer version of WinBatch that supports dotNet, you could use something like:
OpenPGP encrypt in .NET:
http://www.didisoft.com/net-openpgp/
and
http://www.didisoft.com/net-openpgp/examples/encrypt-file/
Logged
Deana F.
Technical Support
Wilson WindowWare Inc.
Print
Pages: [
1
]
Go Up
« previous
next »
WinBatch® Technical Support Forum
»
Archived Boards
»
WinBatch Script Exchange
»
PGP Encryption/Decryption