- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Printing encrypted files
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-01-2001 08:37 AM
тАО11-01-2001 08:37 AM
Printing encrypted files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-01-2001 09:00 AM
тАО11-01-2001 09:00 AM
Re: Printing encrypted files
If all I get is a printer on the other end then this is going to be tricky.
Plan A) Host --> Cisco PIX Router with VPN ----
WAN/LAN ----> Cisco PIX Router with VPN ---> printer - expensive
Plan B) lp -> Perl Encryption -> socket --> WAN/LAN -----> PC running Perl Decryption listening on a port ---> Printer
A) Expensive but easy. B) If you have a PC lying around inexpensive but more technically difficult but maybe fun. There are already existing Perl encryption modules and sockets are easy.
My 3 cents worth, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-01-2001 09:02 AM
тАО11-01-2001 09:02 AM
Re: Printing encrypted files
If you want the printer to decrypt the files, I think you may be out of luck. I don't know of a way to do that.
If you wanted to send from machine to machine and then print to a local printer you could use something like SSH or PGP to send the stuff encrypted. You could then drop the files in a sdirectory and have that directory monitored via some sort of script and then print whatever is there and delete it.
Does any of that make sense or help at all?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-01-2001 10:36 AM
тАО11-01-2001 10:36 AM
Re: Printing encrypted files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-01-2001 11:48 AM
тАО11-01-2001 11:48 AM
Re: Printing encrypted files
More food for thought, Clay