- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- File Trasnfer read only output
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
Forums
Discussions
Discussions
Discussions
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
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
08-29-2007 02:49 AM
08-29-2007 02:49 AM
File Trasnfer read only output
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2007 03:10 AM
08-29-2007 03:10 AM
Re: File Trasnfer read only output
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2007 03:17 AM
08-29-2007 03:17 AM
Re: File Trasnfer read only output
If (and ONLY IF) the "Windows PC" is running Windows NT or a derivative (e.g., Windows 2000, Windows XP, Windows 2003, or Vista), then it is possible, but more care must be exercised than is common.
First, Ian's comment about running a cryptographic checksum (e.g., MD-5, SHA-1, or similar) is a good one. Maintaining a full copy of the file in a non-PC archive is also a requirement.
On the PC, the Administrator accounts must be secured and not used for non-Administrative access. The file must be downloaded using FTP from one account, and the protection attributes need to be set so that no one but the file owner can modify the file (or the directories leading to it).
Then the "normal" user must access the file from a different account, one that does not have the permissions to alter the file.
It is possible to "lock-down" a PC platform in this way, but many, if not most, environments do not bother.
I hope that the preceding is helpful.
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2007 03:48 AM
08-29-2007 03:48 AM
Re: File Trasnfer read only output
What or who are you protecting against?
How serious are the potential attacks?
What happens if the data gets changed; how is this (mis)information to be fed back into the system?
You can detect changes (using MD5), but viewable exporting data with security requirements -- with content protection -- is a difficult task, at best. This can include up to the level of difficulty that the ACS and AACS content protection systems are encountering.
I'd probably look to use a password-protected encrypted PDF here for the general case, but that's probably not going to operate all that well with whatever is planning to read this EFT BACS format.
I might well also look to transfer the file over using https transfer, possibly with an encrypted zip.
I'd probably reverse this, and determine the attacks, and what might be the appropriate storage on Windows, and see if I could figure out how to get there from OpenVMS. If it is straight ASCII text file with Windows file protections, for instance... Or if a read-only PDF or content-protection is required, etc...
And if you're looking for help securing a data file on a Windows system, you're probably not in the best available forum.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2007 07:09 AM
08-29-2007 07:09 AM
Re: File Trasnfer read only output
Since the EFT file probably has a standard format requirement, adding any embedded checksum data might not be feasible (depending on the format, you might have a user-defined field available in a header or trailer record) and adding an embedded checksum or even a secondary checksum file won't help unless all of the programs use it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2007 08:32 PM
08-29-2007 08:32 PM
Re: File Trasnfer read only output
About the only method that cannot be subverted is to burn to cd
Phil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2007 06:27 PM
08-30-2007 06:27 PM
Re: File Trasnfer read only output
IIRC, we've done that on OpenVMS but I cannot recall the tooling. Otherwise, you could think of a program to receive the file and do teh conversion.
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2007 05:51 AM
08-31-2007 05:51 AM
Re: File Trasnfer read only output
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2007 06:05 AM
08-31-2007 06:05 AM
Re: File Trasnfer read only output
Because the file's subject is the transfer of money, and the communication is usually routed to a bank, the format is understandably very strict. Most that I know of use ASCII text.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2007 06:08 AM
08-31-2007 06:08 AM
Re: File Trasnfer read only output
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2007 07:45 AM
08-31-2007 07:45 AM
Re: File Trasnfer read only output
A sha1 checksum and/or write once media are needed.
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2007 08:31 AM
08-31-2007 08:31 AM
Re: File Trasnfer read only output
It really comes down to making sure only trusted persons can access the file at all, and implementing procedures that insure that trust is maintained.
Religiously monitoring your bank-account balance, and/or using a special bank account for EFT's are common methods.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2007 08:50 AM
08-31-2007 08:50 AM
Re: File Trasnfer read only output
A sha1 checksum and/or write once media are needed.
Purely Personal Opinion