E-Commerce Selling PDFs over the Web

Size: px
Start display at page:

Download "E-Commerce Selling PDFs over the Web"

Transcription

1 E-Commerce Selling PDFs over the Web Thomas Merz PDFlib GmbH München 1 Overview > Environment for e-commerce with PDF > Securing PDF with encryption > Adobe WebBuy and PDF Merchant > Other solutions for selling PDF over the Web > Electronic books with PDF 2

2 Platforms for using PDFs > Wide-spread distribution of Acrobat/PDF is a good basis for e-commerce > Acrobat Reader and Web browser: 200 million downloads of Acrobat Reader from according to StatMarket 36% of Netscape users have the Acrobat Plugin installed (rank 5 after AVI, QuickTime, Beatnik, RealPlayer) > Acrobat Viewer for Java: platform-independent Java implementation of Acrobat Reader interesting technology, but resource hog limited functionality because plugins are not available (e.g., forms) 3 PDF on Personal Digital Assistants (PDAs) > Ansyr Primer displays PDF documents on PDAs ( > Available for Windows CE and PocketPC (different version for PalmOS) > Limited due to the small display, but very interesting for specialized applications (medical, legal, etc.) > Primer license is US-$50 per device 4

3 Standard Encryption in Acrobat > Standard encryption in Acrobat protects a document with a password > Algorithm is RC4 with 40 bit key length:»weak«encryption on the Web OK for private information charge US-$40 for removing security options and US-$500 for encrypted documents sell software for cracking encrypted PDF documents expect future Acrobat versions to implement longer keys = better security > Conclusion: Acrobat s default encryption isn t strong enough to resist determined attackers 5 Security Options > Files with open password are encrypted, and can t be opened without the password > Security options can be set separately to allow or prevent any of the following:»printingchanging the DocumentSelecting Text and GraphicsAdding or Changing Annotations and Form Fields«> Disallowing document changes also prevents re-distilling in Acrobat 4.05 (if printing is allowed): Acrobat includes some magic PostScript code in the print output if the PostScript output is run through Distiller the document is rejected printing the document on a PostScript printer works fine disabling the magic PostScript requires decent PostScript knowledge protection may be disabled by using Acrobat versions prior to

4 How secure are the Security Options? > Files with security options, but without open password contain everything needed for opening the file they can t actually be secure! > The»protection«is rather a plea to Acrobat to disable some features > Using custom software instead of Acrobat it s possible to circumvent the security settings In plain words: it s possible to print»print-protected«files if they do not require a user password! the actual encryption must not be cracked in order to achieve this 7 Securely sending PDFs over the Web > PDF documents can be sent encrypted over the Web via SSL > Forms data sent from the client back to the server (FDF) can also be encrypted by supplying https as protocol in the submit button URL > SSL protects documents only during transmission: documents are saved on disk unencrypted redistribution cannot be controlled 8

5 Third-Party Products for PDF Protection > Like many other aspects of Acrobat, software developers can extend Acrobat s security features > Internal encryption is handled by the»standard«security handler > FileOpen ( time-bomb for documents limit number of printouts encryption algorithm not documented, may be insecure > PageVault ( RC4 with 128 bit keys keys for opening a document are stored on a secure server accessing a document requires online connection authentication by digital certificates, password, SecureID cards etc. 9 Adobe Web Buy and PDF Merchant > Securely sell PDFs over the Web with Acrobat 4.05 > Encrypt PDF files on the server with PDF Merchant, decrypt with Web Buy > Payment processing is not included in the system > PDF Merchant on the server side: strong encryption for customers in USA and Canada fees for Internet transactions: US-$5 000 per year (!) plus 2 percent transaction fee fees for Intranet use: US-$ for up to 100 users 10

6 Four steps of a Web Buy Transaction > 1- Prepare the document package (»Locked PDF«) on the server encrypt document with secret key create package with encrypted document, vendor name and URL send package to client > 2- Transmit client-specific data, e.g., CPU or disk ID client extracts vendor data and sends hardware info to the server client sends payment by some other method (e.g., credit card) > 3- Generate decryption key on the server encrypt decryption key with hardware info generate voucher with key and conditions for opening the document send voucher to the client > 4- Decrypt the document and open it check voucher conditions generate decryption key from voucher decrypt and open the PDF 11 vendor name and URL document ID security options private key PDF 1 extract URL from PDF collect hardware info encrypt PDF locked PDF vendor: Web server and PDF Merchant encrypt key with hardware info 3 2 hardware info and payment buyer: browser and Acrobat Web Buy generate voucher with conditions 4 voucher check voucher conditions generate key, decrypt PDF open file 12

7 Application Scenarios for Web Buy > Direct Distribution: publisher directly distributes content documents are encrypted individually > Superdistribution: encrypted documents can be freely copied, but opening requires a voucher the voucher is tied to the user s environment (CPU, hard disk, other media) > Buyer can transfer the purchased document to other media: IOmega Clik! Disk, Zip-Drive, Jaz-Disk Several people may use the document, but not at the same time > My take: expensive setup it s questionable whether hardware binding will be accepted, but publishers demand it seems well suited for short-lived information, e.g., business documents such as market research 13 Combining Web Buy with other PDF Features > Web Buy encryption can be combined with Acrobat s security options (functional restrictions,»don t print«etc.) > In addition to the Web Buy encryption a user password can be applied for confidential information > Using form fields a stamp can be applied to all pages which is visible on screen, on print, or both 14

8 Glassbook Reader > Software solution for e-books ( based on Acrobat Reader with integrated Web browser running on Windows; Mac and Windows CE announced double-page display reads content over the speakers currently available for Windows manages e-books, PDF, HTML Glassbook Plus version includes English dictionary, annotations lend books to other Glassbook users > Glassbook Content Server for encryption US-$900 per year plus 3% transaction fee EBX (Electronic Book Exchange) for secure voucher distribution ( > Weak encryption was cracked in April 2000 (Stephen Kings»Riding the Bullet«), and improved by Glassbook > Glassbook announced support for OEB (Open E-Book) ( 15 Glassbook Reader > Adobe acquired Glassbook in September 2000 > Glassbook UI features to be integrated in Acrobat Reader > EBX technology to be integrated into Acrobat Reader > PDF Merchant technology to be integrated in Glassbook server 16

9 Softlock.com > Technology for secure distribution over the Internet > Several file formats, including PDF > Available for Mac and Windows > Parts of the document can be freely accessible, remainder must be purchased > Purchased document is tied to a particular computer > Softlock.com as»e-market maker«: creates business opportunities through distribution partners 17

10 PDFlib runs on a wide variety of platforms: Mac, Windows, and many Unix platforms are supported. In addition, PDFlib s text and image handling has been carefully crafted to accommodate EBCDIC-based systems such as IBM AS/400 and S/390. The PDFlib core is written in the ANSI C language. In addition, we undertook great efforts to make the PDFlib API accessible from a variety of other programming environments by leveraging the extension mechanisms offered by most modern languages. The integrated support for several scripting languages makes PDFlib especially attractive for developers who want to concentrate on their actual problem instead of the programming environment. PDFlib supports the following language bindings: ÿ ActiveX/COM for use with Visual Basic, Active Server Pages, Delphi, Allaire ColdFusion, and many more ÿ ANSI C ÿ Class wrapper for ANSI C++ ÿ Java, including servlets ÿ Perl ÿ Python ÿ Tcl A library for generating PDF on the fly What is PDFlib? Want to spice up your generated documents with PDF? Tired of HTML formatting issues? PDFlib is a development tool for PDF-enabling your software, generating PDF on your server, or distributing dynamic PDF content over the Web. PDFlib frees you from the intricate details of PDF generation by offering a simple API for programmatically creating PDF files from within your own server- or client-side software. PDFlib doesn t require Adobe Acrobat nor any other third-party software. PDFlib everywhere! API PDFlib offers an easy-to-use programming interface for the application programmer. The PDFlib API shields the programmer from the technicalities of PDF generation. Any programmer with decent graphics or print output experience is able to use PDFlib quickly, and will be able to incorporate PDFlib into his application within a couple of hours. The PDFlib reference manual explains the basics of PDFlib programming, and provides a detailed reference to all API functions. Sample programs are provided for all supported environments. Web Server Deployment PDFlib is thread-safe, i.e. it can safely be used in multi-threaded server applications. The ActiveX edition is»both-threaded«for improved performance. C or C++ library clients can install their own memory management and error handling routines. PDFlib s memory management has been rigorously engineered and tested for memory leaks in order to guarantee 24 x 7 deployment without any shutdown periods. PDFlib is especially well suited for generating PDF on the Web server, and is tightly integrated into all major Web server environments. PDFlib can generate PDF data directly in memory (instead of on file), resulting in better performance and avoiding the need for temporary files. Coming soon ÿ Support for TrueType fonts ÿ Template feature for efficiently re-using page content ÿ Facility for processing existing PDF documents (PDF import)

11 PDF Features supported by PDFlib PDF Documents ÿ PDF documents of arbitrary length, directly in memory (for Web servers) or on disk file ÿ arbitrary page size each page may have a different size ÿ compression for text, vector graphics, image data, and attachments ÿ strict Acrobat 3 / PDF 1.2 mode optionally available Vector graphics ÿ common vector graphics primitives: lines, curves, arcs, rectangles, etc. ÿ vector paths for stroking, filling, and clipping ÿ RGB color for stroking and filling objects Fonts ÿ text output in different fonts ÿ text column formatting ÿ underlined, overlined, and strikeout text ÿ built-in font metrics for PDF s 14 base fonts ÿ PostScript font embedding (PFB and PFA file formats) with or without font embedding ÿ support for AFM and PFM font metrics files ÿ library clients can retrieve character metrics for exact formatting ÿ flexible font and metrics file configuration Hypertext ÿ page transition effects, such as shades and mosaic ÿ nested bookmarks ÿ PDF links, launch links (other document types), and Web links ÿ document information: four standard fields (Title, Subject, Author, Keywords) plus user-defined info field (e.g., part number) ÿ file attachments and note annotations Internationalization ÿ Unicode support (see below) ÿ support for a variety of encodings (both built-in and user-defined) ÿ CID font and CMap support for Chinese, Japanese, and Korean text ÿ support for the Euro character ÿ support for international standards, e.g., ISO Images ÿ embed images in GIF, PNG, TIFF (single- and multi-page), JPEG, and CCITT file formats ÿ image data can be passed directly in memory ÿ efficiently re-use image data, e.g., for repeated logos on each page ÿ transparent (masked) images Support for the Unicode Standard PDFlib supports the Unicode standard as far as PDF itself supports it. Unicode text can be used for hypertext features such as bookmarks (e.g., Greek or Russian), contents and title of text annotations, attachment description and author name. In addition, Unicode encoding (CMaps) can be used for Japanese, Chinese, and Korean text. PDFlib s Unicode handling is available for all supported client language bindings, and is transparently integrated in those language bindings which natively support Unicode themselves. Currently these are ActiveX, Java, and Tcl. Who uses it? Since PDFlib s inception in 1997, thousands of software developers have downloaded PDFlib over the Internet. PDFlib is very popular among Web developers, developers of financial and reporting software, in-house applications for banks and insurances, and end-user software. A list of reference customers can be found on our Web site. License Fees We offer two different licensing schemes: server licenses (mostly for Web use) and redistributable (runtime) licenses for product developers. All licenses include technical support. Details of maintenance contracts and OEM licenses (incl. source code license) are available on request. server license redistributable (runtime) license server CPUs license fee units distributed license fee 1-2 US-$ US-$ US-$ US-$ 1000 unlimited US-$ 2000 unlimited US-$ 4000 Contact Fully-functional versions of PDFlib can be obtained from our Web site. For further information regarding PDFlib licensing please contact: PDFlib GmbH, Tal 40, München, Germany phone sales@pdflib.com support@pdflib.com fax PDFlib 3.02 data sheet, October 2000

PDF Primer PDF. White Paper

PDF Primer PDF. White Paper White Paper PDF Primer PDF What is PDF and what is it good for? How does PDF manage content? How is a PDF file structured? What are its capabilities? What are its limitations? Version: 1.0 Date: October

More information

Virtual Fax User Guide

Virtual Fax User Guide Virtual Fax User Guide Contents Virtual Fax User Guide Chapter 1 - Getting Started... 1 Setting up an account... 1 Virtual Fax requirements... 1 Email requirements... 1 Web browser requirements...1 Chapter

More information

PDFSealer User s Guide. ITEKSOFT Corporation Copyright 2002-2014 All rights reserved

PDFSealer User s Guide. ITEKSOFT Corporation Copyright 2002-2014 All rights reserved PDFSealer User s Guide ITEKSOFT Corporation Copyright 2002-2014 All rights reserved Copyright ITEKSOFT Corporation. All rights reserved. You may make and distribute unlimited copies of this document as

More information

Digital Signatures on iqmis User Access Request Form

Digital Signatures on iqmis User Access Request Form Digital Signatures on iqmis User Access Request Form When a user clicks in the User Signature block on the iqmis Access Form, the following window appears: Click Save a Copy and rename it with your name,

More information

PaperlessPrinter. Version 3.0. User s Manual

PaperlessPrinter. Version 3.0. User s Manual Version 3.0 User s Manual The User s Manual is Copyright 2003 RAREFIND ENGINEERING INNOVATIONS All Rights Reserved. 1 of 77 Table of Contents 1. 2. 3. 4. 5. Overview...3 Introduction...3 Installation...4

More information

1. To ensure the appropriate level of security, you will need Microsoft Windows XP or above.

1. To ensure the appropriate level of security, you will need Microsoft Windows XP or above. System Requirements This section describes the resources you will need on your computer and how to configure your system to use @venture. Because individual systems widely vary, these guidelines are general

More information

Server-Based PDF Creation: Basics

Server-Based PDF Creation: Basics White Paper Server-Based PDF Creation: Basics Copyright 2002-2009 soft Xpansion GmbH & Co. KG White Paper Server-Based PDF Creation: Basics 1 Table of Contents PDF Format... 2 Description... 2 Advantages

More information

SQL Server 2005 Reporting Services (SSRS)

SQL Server 2005 Reporting Services (SSRS) SQL Server 2005 Reporting Services (SSRS) Author: Alex Payne and Brian Welcker Published: May 2005 Summary: SQL Server 2005 Reporting Services is a key component of SQL Server 2005. Reporting Services

More information

Carol Chou. version 1.1, June 2006 supercedes version 1.0, May 2006

Carol Chou. version 1.1, June 2006 supercedes version 1.0, May 2006 Guidelines for Creating Archival Quality PDF Files Carol Chou version 1.1, June 2006 supercedes version 1.0, May 2006 This document provides guidelines for creating preservation-quality PDF files. It is

More information

Legal Notes. Regarding Trademarks. Models supported by the KX printer driver. 2011 KYOCERA MITA Corporation

Legal Notes. Regarding Trademarks. Models supported by the KX printer driver. 2011 KYOCERA MITA Corporation Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable for any problems arising from

More information

Adobe Certified Expert Program

Adobe Certified Expert Program Adobe Certified Expert Program Product Proficiency Exam Bulletin Adobe Photoshop CS4 Exam # 9A0-094 ACE Certification Checklist The checklist below will help guide you through the process of obtaining

More information

Client Administrator Quick Reference Guide

Client Administrator Quick Reference Guide Client Administrator Quick Reference Guide Thank you for using ADP's ipaystatements to view your payroll information. Use this Quick Reference Guide to learn how to view your pay statement, understand

More information

Generate Android App

Generate Android App Generate Android App This paper describes how someone with no programming experience can generate an Android application in minutes without writing any code. The application, also called an APK file can

More information

Version Highlights. CertainT 100 SSL Accelerator. Version 2.11. International. New hardware and software version. North America

Version Highlights. CertainT 100 SSL Accelerator. Version 2.11. International. New hardware and software version. North America Version Highlights SSL Accelerator Version 2.11 New hardware and software version North America Radware Inc. 575 Corporate Dr. Suite 205 Mahwah, NJ 07430 Tel 888 234 5763 International Radware Ltd. 22

More information

How to use PDFlib products with PHP

How to use PDFlib products with PHP How to use PDFlib products with PHP Last change: July 13, 2011 Latest PDFlib version covered in this document: 8.0.3 Latest version of this document available at: www.pdflib.com/developer/technical-documentation

More information

Ricoh HotSpot Printer/MFP Whitepaper Version 4_r4

Ricoh HotSpot Printer/MFP Whitepaper Version 4_r4 Ricoh HotSpot Printer/MFP Whitepaper Version 4_r4 Table of Contents Introduction... 3 What is a HotSpot Printer?... 3 Understanding the HotSpot System Architecture... 4 Reliability of HotSpot Service...

More information

How to create and personalize a PDF portfolio

How to create and personalize a PDF portfolio How to create and personalize a PDF portfolio Creating and organizing a PDF portfolio is a simple process as simple as dragging and dropping files from one folder to another. To drag files into an empty

More information

Serving PDFs on the Web

Serving PDFs on the Web Serving PDFs on the Web Leonard Rosenthol Chief Technology Officer PDF Sages, Inc. Overview Static Files Forms Simple Data Exchange Server-Side Processing Form Merging Stamping/Overlaying Dynamic Production

More information

Acrobat. Adobe. Reader 4.0. Using Acrobat Reader. Adobe Acrobat Reader 4.0 Page 2

Acrobat. Adobe. Reader 4.0. Using Acrobat Reader. Adobe Acrobat Reader 4.0 Page 2 Contents Using Acrobat Reader Printing PDF documents Using Reader for UNIX Viewing PDF documents Navigating PDF documents Filling out forms Copying and pasting text and graphics to another application

More information

SENSE Security overview 2014

SENSE Security overview 2014 SENSE Security overview 2014 Abstract... 3 Overview... 4 Installation... 6 Device Control... 7 Enrolment Process... 8 Authentication... 9 Network Protection... 12 Local Storage... 13 Conclusion... 15 2

More information

An Overview of Oracle Forms Server Architecture. An Oracle Technical White Paper April 2000

An Overview of Oracle Forms Server Architecture. An Oracle Technical White Paper April 2000 An Oracle Technical White Paper INTRODUCTION This paper is designed to provide you with an overview of some of the key points of the Oracle Forms Server architecture and the processes involved when forms

More information

Adobe Reader 7.0 Frequently Asked Questions for Digital Edition Users

Adobe Reader 7.0 Frequently Asked Questions for Digital Edition Users FAQ Adobe Reader 7.0 TOPICS 1 General 4 Adobe DRM 4 digital edition support 4 Activation 5 Mac OS support 6 PDA support General Q: What is a digital edition (formerly known as an ebook)? A: A digital edition

More information

Web Conferencing Version 8.3 Troubleshooting Guide

Web Conferencing Version 8.3 Troubleshooting Guide System Requirements General Requirements Web Conferencing Version 8.3 Troubleshooting Guide Listed below are the minimum requirements for participants accessing the web conferencing service. Systems which

More information

PDF Portable Document Format

PDF Portable Document Format PDF Portable Document Format Q & A: PDF...1 What is a PDF file?... 1 What are the benefits?... 1 How simple is it to use?... 1 Is it possible to cut and paste text from a.pdf file?... 2 PDF Programs: (free,

More information

Protect, License and Sell Xojo Apps

Protect, License and Sell Xojo Apps Protect, License and Sell Xojo Apps To build great software with Xojo, you focus on user needs, design, code and the testing process. To build a profitable business, your focus expands to protection and

More information

WEB SITE DEVELOPMENT WORKSHEET

WEB SITE DEVELOPMENT WORKSHEET WEB SITE DEVELOPMENT WORKSHEET Thank you for considering Xymmetrix for your web development needs. The following materials will help us evaluate the size and scope of your project. We appreciate you taking

More information

TOSHIBA GA-1310. Printing from Windows

TOSHIBA GA-1310. Printing from Windows TOSHIBA GA-1310 Printing from Windows 2009 Electronics for Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 45081979 04 February 2009 CONTENTS 3 CONTENTS

More information

KX Driver User Guide

KX Driver User Guide KX Driver User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change for improvement without notice. We cannot be held

More information

Adobe InDesign Server CS2

Adobe InDesign Server CS2 For Developers and Systems Integrators Adobe InDesign Server CS2 Frequently Asked Questions A professional platform for automated design and publishing Technology Basics Q. What is Adobe InDesign Server

More information

How To Test Your Web Site On Wapt On A Pc Or Mac Or Mac (Or Mac) On A Mac Or Ipad Or Ipa (Or Ipa) On Pc Or Ipam (Or Pc Or Pc) On An Ip

How To Test Your Web Site On Wapt On A Pc Or Mac Or Mac (Or Mac) On A Mac Or Ipad Or Ipa (Or Ipa) On Pc Or Ipam (Or Pc Or Pc) On An Ip Load testing with WAPT: Quick Start Guide This document describes step by step how to create a simple typical test for a web application, execute it and interpret the results. A brief insight is provided

More information

InfoCenter Suite and the FDA s 21 CFR part 11 Electronic Records; Electronic Signatures

InfoCenter Suite and the FDA s 21 CFR part 11 Electronic Records; Electronic Signatures InfoCenter Suite and the FDA s 21 CFR part 11 Electronic Records; Electronic Signatures Overview One of the most popular applications of InfoCenter Suite is to help FDA regulated companies comply with

More information

Tibiscus University, Timişoara

Tibiscus University, Timişoara PDF/A standard for long term archiving Ramona Vasilescu Tibiscus University, Timişoara ABSTRACT. PDF/A is defined by ISO 19005-1 as a file format based on PDF format. The standard provides a mechanism

More information

Best practices for producing high quality PDF files

Best practices for producing high quality PDF files University of Michigan Deep Blue deepblue.lib.umich.edu 2006-05-05 Best practices for producing high quality PDF files Formats Group, Deep Blue http://hdl.handle.net/2027.42/58005 Best practices for producing

More information

Preparing and Printing PDF Files

Preparing and Printing PDF Files Preparing and Printing PDF Files October 00 70P3750 Prepared by: Xerox Corporation Global Knowledge and Language Services East Coast Operations 800 Phillips Road, 845-7S Webster, New York 4580\ West Coast

More information

Creating a New Digital ID or Signature for Adobe Acrobat

Creating a New Digital ID or Signature for Adobe Acrobat Creating a New Digital ID or Signature for Adobe Acrobat If you are not using a third-party digital ID, you can create your own in Adobe Acrobat Professional or in Adobe Reader 9, 10 or X. Follow these

More information

7.0. Adobe PageMaker. New Feature Highlights. Mac OS 9.1 and Mac OS X (Classic mode)/microsoft Windows NT/Windows 2000/Windows XP

7.0. Adobe PageMaker. New Feature Highlights. Mac OS 9.1 and Mac OS X (Classic mode)/microsoft Windows NT/Windows 2000/Windows XP Mac OS 9.1 and Mac OS X (Classic mode)/microsoft Windows NT/Windows 2000/Windows XP Adobe PageMaker version 7.0 New Feature Highlights Business publishing made easy Adobe PageMaker software is designed

More information

Xtreeme Search Engine Studio Help. 2007 Xtreeme

Xtreeme Search Engine Studio Help. 2007 Xtreeme Xtreeme Search Engine Studio Help 2007 Xtreeme I Search Engine Studio Help Table of Contents Part I Introduction 2 Part II Requirements 4 Part III Features 7 Part IV Quick Start Tutorials 9 1 Steps to

More information

ArcGIS 9. Installing ArcIMS 9 on Red Hat Linux

ArcGIS 9. Installing ArcIMS 9 on Red Hat Linux ArcGIS 9 Installing ArcIMS 9 on Red Hat Linux Table Of Contents Introduction...1 Introduction...1 Overview...2 What s included with ArcIMS 9.0?...2 ArcIMS components...2 Five steps to get ArcIMS up and

More information

Designing and Implementing Forms 34

Designing and Implementing Forms 34 C H A P T E R 34 Designing and Implementing Forms 34 You can add forms to your site to collect information from site visitors; for example, to survey potential customers, conduct credit-card transactions,

More information

Embed BA into Web Applications

Embed BA into Web Applications Embed BA into Web Applications This document supports Pentaho Business Analytics Suite 5.0 GA and Pentaho Data Integration 5.0 GA, documentation revision February 3, 2014, copyright 2014 Pentaho Corporation.

More information

DiskPulse DISK CHANGE MONITOR

DiskPulse DISK CHANGE MONITOR DiskPulse DISK CHANGE MONITOR User Manual Version 7.9 Oct 2015 www.diskpulse.com info@flexense.com 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product

More information

E-Commerce Security. The Client-Side Vulnerabilities. Securing the Data Transaction LECTURE 7 (SECURITY)

E-Commerce Security. The Client-Side Vulnerabilities. Securing the Data Transaction LECTURE 7 (SECURITY) E-Commerce Security An e-commerce security system has four fronts: LECTURE 7 (SECURITY) Web Client Security Data Transport Security Web Server Security Operating System Security A safe e-commerce system

More information

User Guide - Table of Contents

User Guide - Table of Contents User Guide - Table of Contents Receiving Faxes Fax-to-Email Web Access to Faxes File Format Options Receiving Faxes on Wireless Devices Receiving Faxes Securely Integration and API Methods Archive Service

More information

BarTender Web Print Server

BarTender Web Print Server The World's Leading Software for Label, Barcode, RFID & Card Printing White Paper BarTender Web Print Server Web-based Software for Printing Barcodes, Labels, ID Cards and more. Contents Introduction to

More information

Title Page. Hosted Payment Page Guide ACI Commerce Gateway

Title Page. Hosted Payment Page Guide ACI Commerce Gateway Title Page Hosted Payment Page Guide ACI Commerce Gateway Copyright Information 2008 by All rights reserved. All information contained in this documentation, as well as the software described in it, is

More information

System Requirements - Table of Contents

System Requirements - Table of Contents Page 1 of 12 System Requirements - Table of Contents CommNet Server CommNet Agent CommNet Browser CommNet Browser as a Stand-Alone Application CommNet Browser as a Remote Web-Based Application CommNet

More information

Adobe and Digital Content for ecommerce

Adobe and Digital Content for ecommerce September 1999 Adobe and Digital Content for ecommerce Adobe Acrobat technology for customized secure transactions Revolutions have been a long time coming in the publishing world. After Gutenberg, we

More information

Using Foundstone CookieDigger to Analyze Web Session Management

Using Foundstone CookieDigger to Analyze Web Session Management Using Foundstone CookieDigger to Analyze Web Session Management Foundstone Professional Services May 2005 Web Session Management Managing web sessions has become a critical component of secure coding techniques.

More information

What is Digital Rights Management (DRM) for Documents?

What is Digital Rights Management (DRM) for Documents? WhitePaper What is Digital Rights Management (DRM) for Documents? What is a Document? It used to be a piece of paper. In the digital world, when we speak of documents, we mean information that starts out

More information

ERserver. iseries. Secure Sockets Layer (SSL)

ERserver. iseries. Secure Sockets Layer (SSL) ERserver iseries Secure Sockets Layer (SSL) ERserver iseries Secure Sockets Layer (SSL) Copyright International Business Machines Corporation 2000, 2002. All rights reserved. US Government Users Restricted

More information

BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 2. Feature and Technical Overview

BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 2. Feature and Technical Overview BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 2 Feature and Technical Overview Published: 2010-06-16 SWDT305802-1108946-0615123042-001 Contents 1 Overview: BlackBerry Enterprise

More information

Sharp Remote Device Manager (SRDM) Server Software Setup Guide

Sharp Remote Device Manager (SRDM) Server Software Setup Guide Sharp Remote Device Manager (SRDM) Server Software Setup Guide This Guide explains how to install the software which is required in order to use Sharp Remote Device Manager (SRDM). SRDM is a web-based

More information

Employee Quick Reference Guide

Employee Quick Reference Guide Employee Quick Reference Guide Thank you for using ADP's ipaystatements to view your payroll information. Use this Quick Reference Guide to learn how to view your pay statements, W-2s, 1099s, and adjustments.

More information

Sage ERP MAS 90 Sage ERP MAS 200 Sage ERP MAS 200 SQL. Installation and System Administrator's Guide 4MASIN450-08

Sage ERP MAS 90 Sage ERP MAS 200 Sage ERP MAS 200 SQL. Installation and System Administrator's Guide 4MASIN450-08 Sage ERP MAS 90 Sage ERP MAS 200 Sage ERP MAS 200 SQL Installation and System Administrator's Guide 4MASIN450-08 2011 Sage Software, Inc. All rights reserved. Sage, the Sage logos and the Sage product

More information

Novell Filr 1.0.x Mobile App Quick Start

Novell Filr 1.0.x Mobile App Quick Start Novell Filr 1.0.x Mobile App Quick Start February 2014 Novell Quick Start Novell Filr allows you to easily access all your files and folders from your desktop, browser, or a mobile device. In addition,

More information

Predictive Analytics Client

Predictive Analytics Client Predictive Analytics Client ONE Automation Platform Installation Guide Version: 11.2 Publication Date: 2015-10 Automic Software GmbH ii Copyright Copyright Automic and the Automic logo are trademarks owned

More information

imc FAMOS 6.3 visualization signal analysis data processing test reporting Comprehensive data analysis and documentation imc productive testing

imc FAMOS 6.3 visualization signal analysis data processing test reporting Comprehensive data analysis and documentation imc productive testing imc FAMOS 6.3 visualization signal analysis data processing test reporting Comprehensive data analysis and documentation imc productive testing www.imcfamos.com imc FAMOS at a glance Four editions to Optimize

More information

IBM WebSphere Application Server V8.5 lab Basic Liberty profile administration using the job manager

IBM WebSphere Application Server V8.5 lab Basic Liberty profile administration using the job manager IBM WebSphere Application Server V8.5 lab Basic Liberty profile administration using the job manager Scenario You are a system administrator responsible for managing web application server installations.

More information

Adobe Developer Workshop Series

Adobe Developer Workshop Series Adobe Developer Workshop Series Working with Security February 2005 San Francisco, California 2005 Adobe Systems Incorporated. All Rights Reserved. Agenda Introduction Overview of Intelligent Document

More information

Analysis of E-book Security

Analysis of E-book Security Analysis of E-book Security Guoyou He Helsinki University of Technology Telecommunications Software and Multimedia Laboratory ghe@cc.hut.fi Abstract E-book is a new publication technology raised in recent

More information

Web Development. Owen Sacco. ICS2205/ICS2230 Web Intelligence

Web Development. Owen Sacco. ICS2205/ICS2230 Web Intelligence Web Development Owen Sacco ICS2205/ICS2230 Web Intelligence Introduction Client-Side scripting involves using programming technologies to build web pages and applications that are run on the client (i.e.

More information

How To Understand The History Of The Web (Web)

How To Understand The History Of The Web (Web) (World Wide) Web WWW A way to connect computers that provide information (servers) with computers that ask for it (clients like you and me) uses the Internet, but it's not the same as the Internet URL

More information

File Formats for Electronic Document Review Why PDF Trumps TIFF

File Formats for Electronic Document Review Why PDF Trumps TIFF APPLIED DISCOVERY WHITE PAPER File Formats for Electronic Document Review Why PDF Trumps TIFF APPLIED DISCOVERY WHITE PAPER What is the difference between PDF and TIFF, and why should lawyers care? The

More information

ICE Trade Vault. Public User & Technology Guide June 6, 2014

ICE Trade Vault. Public User & Technology Guide June 6, 2014 ICE Trade Vault Public User & Technology Guide June 6, 2014 This material may not be reproduced or redistributed in whole or in part without the express, prior written consent of IntercontinentalExchange,

More information

Xerox Multifunction Devices. Verify Device Settings via the Configuration Report

Xerox Multifunction Devices. Verify Device Settings via the Configuration Report Xerox Multifunction Devices Customer Tips March 15, 2007 This document applies to these Xerox products: X WC 4150 X WCP 32/40 X WCP 35/45/55 X WCP 65/75/90 X WCP 165/175 X WCP 232/238 X WCP 245/255 X WCP

More information

Agent Languages. Overview. Requirements. Java. Tcl/Tk. Telescript. Evaluation. Artificial Intelligence Intelligent Agents

Agent Languages. Overview. Requirements. Java. Tcl/Tk. Telescript. Evaluation. Artificial Intelligence Intelligent Agents Agent Languages Requirements Overview Java Tcl/Tk Telescript Evaluation Franz J. Kurfess, Cal Poly SLO 211 Requirements for agent Languages distributed programming large-scale (tens of thousands of computers)

More information

What is Web Security? Motivation

What is Web Security? Motivation brucker@inf.ethz.ch http://www.brucker.ch/ Information Security ETH Zürich Zürich, Switzerland Information Security Fundamentals March 23, 2004 The End Users View The Server Providers View What is Web

More information

PAPER REUSABLE DEVICE. TopAccess Guide

PAPER REUSABLE DEVICE. TopAccess Guide PAPER REUSABLE DEVICE TopAccess Guide 03, 04 TOSHIBA TEC CORPORATION All rights reserved Under copyright laws, this manual cannot be reproduced in any form without prior written permission of TTEC. Preface

More information

A Java proxy for MS SQL Server Reporting Services

A Java proxy for MS SQL Server Reporting Services 1 of 5 1/10/2005 9:37 PM Advertisement: Support JavaWorld, click here! January 2005 HOME FEATURED TUTORIALS COLUMNS NEWS & REVIEWS FORUM JW RESOURCES ABOUT JW A Java proxy for MS SQL Server Reporting Services

More information

Embed BA into Web Applications

Embed BA into Web Applications Embed BA into Web Applications This document supports Pentaho Business Analytics Suite 5.0 GA and Pentaho Data Integration 5.0 GA, documentation revision June 15, 2014, copyright 2014 Pentaho Corporation.

More information

2003 2006 Pershing LLC. All rights reserved. Pershing, NetExchange Pro and InfoDirect FTP are registered trademarks of Pershing Investments LLC.

2003 2006 Pershing LLC. All rights reserved. Pershing, NetExchange Pro and InfoDirect FTP are registered trademarks of Pershing Investments LLC. Using InfoDirect FTP September 2006 COPYRIGHT AND MARKS Information in this document is subject to change without notice. No part of this document may be reproduced or transmitted in any form or by any

More information

Checklist for Web Application Testing

Checklist for Web Application Testing Checklist for Web Application Testing July 27, 2004 Submitted By Infosys Technologies Limited Author Setumadhav Kulkarni (Setumadhav_Kulkarni@infosys.com) Web Testing Checklist.doc Page 1 of 9 COPYRIGHT

More information

Web Pages. Static Web Pages SHTML

Web Pages. Static Web Pages SHTML 1 Web Pages Htm and Html pages are static Static Web Pages 2 Pages tagged with "shtml" reveal that "Server Side Includes" are being used on the server With SSI a page can contain tags that indicate that

More information

Anoto pendocuments. User s Guide

Anoto pendocuments. User s Guide Anoto pendocuments User s Guide Copyright 1997 2009 Anoto AB. All rights reserved. Anoto, Magic Box and the Anoto logotype are trademarks owned by Anoto AB. All other trademarks are the property of their

More information

INDIVIDUAL bizhub ENHANCEMENT

INDIVIDUAL bizhub ENHANCEMENT INDIVIDUAL bizhub ENHANCEMENT Advanced functionality with i-option Streamlining user operation and increasing workflow capabilities are important requirements in today s corporate environments. Taking

More information

Enabling SSL and Client Certificates on the SAP J2EE Engine

Enabling SSL and Client Certificates on the SAP J2EE Engine Enabling SSL and Client Certificates on the SAP J2EE Engine Angel Dichev RIG, SAP Labs SAP AG 1 Learning Objectives As a result of this session, you will be able to: Understand the different SAP J2EE Engine

More information

ADP Workforce Now Portal Administrator Guide. Version 2.0 2.0-1

ADP Workforce Now Portal Administrator Guide. Version 2.0 2.0-1 ADP Workforce Now Portal Administrator Guide Version 2.0 2.0-1 ADP Trademarks The ADP logo, ADP, and ADP Workforce Now are registered trademarks of ADP, Inc. Third-Party Trademarks Microsoft, Windows,

More information

CIPHERMAIL EMAIL ENCRYPTION. CipherMail white paper

CIPHERMAIL EMAIL ENCRYPTION. CipherMail white paper CIPHERMAIL EMAIL ENCRYPTION CipherMail white paper Copyright 2009-2014, ciphermail.com. Introduction Most email is sent as plain text. This means that anyone who can intercept email messages, either in

More information

PrivyLink Internet Application Security Environment *

PrivyLink Internet Application Security Environment * WHITE PAPER PrivyLink Internet Application Security Environment * The End-to-end Security Solution for Internet Applications September 2003 The potential business advantages of the Internet are immense.

More information

HP Business Availability Center

HP Business Availability Center HP Business Availability Center for the Windows and Solaris operating systems Software Version: 8.05 Business Process Monitor Administration Document Release Date:September 2010 Software Release Date:

More information

Archiving digital documents and E-Mails in PDF/A

Archiving digital documents and E-Mails in PDF/A PDF/A Archiving digital documents and E-Mails in PDF/A *** Webinar Wednesday, May 27, 2009 *** PDF Tools AG 28.05.2009 Copyright 2008 PDF/A 1 Introductory remarks The presentation will last around 45 minutes

More information

Print Stream Shootout AFP. Don Maxwell

Print Stream Shootout AFP. Don Maxwell Print Stream Shootout AFP Instructor Don Maxwell dmaxwell@crawfordtech.com What does an AFP environment look like? Line Data Data File Other Print Stream (Xerox, PS, PDF) Line2AFP Document Composition

More information

OpenIMS 4.2. Document Management Server. User manual

OpenIMS 4.2. Document Management Server. User manual OpenIMS 4.2 Document Management Server User manual OpenSesame ICT BV Index 1 INTRODUCTION...4 1.1 Client specifications...4 2 INTRODUCTION OPENIMS DMS...5 2.1 Login...5 2.2 Language choice...5 3 OPENIMS

More information

e CABINET AND DOCULEX Document Capture and Electronic File Conversion

e CABINET AND DOCULEX Document Capture and Electronic File Conversion A R I C O H C O M PA N Y e CABINET AND DOCULEX P D F. C A P T U R E Document Capture and Electronic File Conversion D OCULEX PDF.CAPTURE From the Leader in Document Imaging Software... DocuLex DocuLex

More information

MULTIFUNCTIONAL DIGITAL SYSTEMS. Operator's Manual for TWAIN Driver/File Downloader

MULTIFUNCTIONAL DIGITAL SYSTEMS. Operator's Manual for TWAIN Driver/File Downloader MULTIFUNCTIONAL DIGITAL SYSTEMS Operator's Manual for TWAIN Driver/File Downloader 2008 KYOCERA MITA Corporation All rights reserved Preface Thank you for purchasing KYOCERA MITA Multifunctional Digital

More information

DJIGZO EMAIL ENCRYPTION. Djigzo white paper

DJIGZO EMAIL ENCRYPTION. Djigzo white paper DJIGZO EMAIL ENCRYPTION Djigzo white paper Copyright 2009-2011, djigzo.com. Introduction Most email is sent as plain text. This means that anyone who can intercept email messages, either in transit or

More information

Fax Service QUICK START GUIDE

Fax Service QUICK START GUIDE Receiving Faxes To receive faxes in your e-mail, give out your Broadview Fax service fax number to all of your contacts. When people send a fax to your Broadview fax number, your faxes will arrive in your

More information

Sage 100 ERP. Installation and System Administrator s Guide

Sage 100 ERP. Installation and System Administrator s Guide Sage 100 ERP Installation and System Administrator s Guide This is a publication of Sage Software, Inc. Version 2014 Copyright 2013 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the

More information

IDL. Get the answers you need from your data. IDL

IDL. Get the answers you need from your data. IDL Get the answers you need from your data. IDL is the preferred computing environment for understanding complex data through interactive visualization and analysis. IDL Powerful visualization. Interactive

More information

Transport Layer Security Protocols

Transport Layer Security Protocols SSL/TLS 1 Transport Layer Security Protocols Secure Socket Layer (SSL) Originally designed to by Netscape to secure HTTP Version 2 is being replaced by version 3 Subsequently became Internet Standard known

More information

MAS 90. Installation and System Administrator's Guide 4WIN1010-02/04

MAS 90. Installation and System Administrator's Guide 4WIN1010-02/04 MAS 90 Installation and System Administrator's Guide 4WIN1010-02/04 Copyright 1998-2004 Best Software, Inc. All rights reserved. Rev 02 Contents Chapter 1 Introduction 1 How to Use This Manual 1 Graphic

More information

SysPatrol - Server Security Monitor

SysPatrol - Server Security Monitor SysPatrol Server Security Monitor User Manual Version 2.2 Sep 2013 www.flexense.com www.syspatrol.com 1 Product Overview SysPatrol is a server security monitoring solution allowing one to monitor one or

More information

Cisco Unified Workforce Optimization

Cisco Unified Workforce Optimization Cisco Unified Workforce Optimization Desktop Requirements Guide Version 10.5 First Published: June 18, 2014 Last Updated: March 6, 2015 THE SPECIFICATIONS AND INFORMATION REGARDING THE PRODUCTS IN THIS

More information

Actuate Business Intelligence and Reporting Tools (BIRT)

Actuate Business Intelligence and Reporting Tools (BIRT) Product Datasheet Actuate Business Intelligence and Reporting Tools (BIRT) Eclipse s BIRT project is a flexible, open source, and 100% pure Java reporting tool for building and publishing reports against

More information

Software Requirement Specification For Flea Market System

Software Requirement Specification For Flea Market System Software Requirement Specification For Flea Market System By Ilya Verlinsky, Alexander Sarkisyan, Ambartsum Keshishyan, Igor Gleyser, Andrey Ishuninov 1 INTRODUCTION 1.1 Purpose 1.1.1 Purpose of SRS document

More information

The EFS-Web Training Webinar Will Begin Shortly!

The EFS-Web Training Webinar Will Begin Shortly! 1 The EFS-Web Training Webinar Will Begin Shortly! Please dial-in to the following number to hear the audio portion of this broadcast: US/Canada: 866-469-3239 International: 650-429-3300 Passcode: 481074538

More information

Technical Readiness Requirements

Technical Readiness Requirements Technical Readiness Requirements CITY UNIVERSITY OF NEW YORK ERP PROJECT Author: Andrew H. Waxman IT Systems Manager, CUNYFirst Production Support Document Name: Document Revision Version: 4.4 Document

More information

Application Notes "EPCF 1%' 1SJOU &OHJOF "11&

Application Notes EPCF 1%' 1SJOU &OHJOF 11& Application Notes Adobe PDF Print Engine (APPE) ErgoSoft AG Moosgrabenstr. CH-8595 Altnau, Switzerland 0 ErgoSoft AG, All rights reserved. The information contained in this manual is based on information

More information

Portable Document Format (PDF) Finally, a Universal Document Exchange Technology Wan-Lee Cheng

Portable Document Format (PDF) Finally, a Universal Document Exchange Technology Wan-Lee Cheng Portable Document Format (PDF) Finally, a Universal Document Exchange Technology Wan-Lee Cheng Electronic Exchange As you well know, electronic and computer technologies have revolutionized the graphic/

More information

SOLO NETWORK (11) 4062-6971 (21) 4062-6971 (31) 4062-6971 (41) 4062-6971 (48) 4062-6971 (51) 4062-6971 (61) 4062-6971. version Adobe PageMaker 7.

SOLO NETWORK (11) 4062-6971 (21) 4062-6971 (31) 4062-6971 (41) 4062-6971 (48) 4062-6971 (51) 4062-6971 (61) 4062-6971. version Adobe PageMaker 7. (11) 4062-6971 (21) 4062-6971 (31) 4062-6971 (41) 4062-6971 (48) 4062-6971 (51) 4062-6971 (61) 4062-6971 Macintosh OS /Windows 98/2000/NT/Windows ME version Adobe PageMaker 7.0 Overview T his overview

More information