• Complain

David Coffin - Expert Oracle and Java Security: Programming Secure Oracle Database Applications with Java

Here you can read online David Coffin - Expert Oracle and Java Security: Programming Secure Oracle Database Applications with Java full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2011, publisher: Apress L. P., genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

David Coffin Expert Oracle and Java Security: Programming Secure Oracle Database Applications with Java
  • Book:
    Expert Oracle and Java Security: Programming Secure Oracle Database Applications with Java
  • Author:
  • Publisher:
    Apress L. P.
  • Genre:
  • Year:
    2011
  • Rating:
    5 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 100
    • 1
    • 2
    • 3
    • 4
    • 5

Expert Oracle and Java Security: Programming Secure Oracle Database Applications with Java: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Expert Oracle and Java Security: Programming Secure Oracle Database Applications with Java" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Expert Oracle and Java Security: Programming Secure Oracle Database Applications with Java provides resources that every Java and Oracle database application programmer needs to ensure that they have guarded the security of the data and identities entrusted to them. Youll learn to consider potential vulnerabilities, and to apply best practices in secure Java and PL/SQL coding. Author David Coffin shows how to develop code to encrypt data in transit and at rest, to accomplish single sign-on with Oracle proxy connections, to generate and distribute two-factor authentication tokens from the Oracle server using pagers, cell phones (SMS), and e-mail, and to securely store and distribute Oracle application passwords. Early chapters lay the foundation for effective security in an Oracle/Java environment. Each of the later chapters brings example code to a point where it may be applied as-is to address application security issues. Templates for applications are also provided to help you bring colleagues up to the same secure application standards. If you are less familiar with either Java or Oracle PL/SQL, you will not be left behind; all the concepts in this book are introduced as to a novice and addressed as to an expert. Helps you protect against data loss, identity theft, SQL injection, and address spoofing Provides techniques for encryption on network and disk, code obfuscation and wrap, database hardening, single sign-on and two-factor Provides what database administrators need to know about secure password distribution, Java secure programming, Java stored procedures, secure application roles in Oracle, logon triggers, database design, various connection pooling schemes, and much more What youll learn Guard against data loss, identity theft, SQL Injection, and to address spoofing Protect sensitive data through encryption, both on disk and on the wire Control access to data using secure roles, single sign-on, proxy connections, and two-factor authentication Protect sensitive source ode through randomization, obfuscation, and wrapping Thwart attempts at SQL injection and other common attacks Manage constraints on the visibility of data and the scope of access Who this book is for Expert Oracle and Java Security: Programming Secure Oracle Database Applications with Java is for every Java developer who uses an Oracle database. It is also for every Oracle database administrator or PL/SQL programmer who supports Java client and web applications. Whatever role you play in developing and supporting Java and Oracle applications, you need to address computer, application, data, and identity security. This book offers the tools youll need to effectively manage security across all aspects of the applications you support. Table of Contents Introduction Oracle Security Secure Java Development Concepts Java Stored Procedures Adding Public Key Encryption Adding Secret Password Encryption A Working Model for Data Encryption in Transit Implementing Single Sign On Implementing Two-Factor Authentication Application Identification and Authorization Enhancing Our Security Administration of This Security System

David Coffin: author's other books


Who wrote Expert Oracle and Java Security: Programming Secure Oracle Database Applications with Java? Find out the surname, the name of the author of the book and a list of all author's works by series.

Expert Oracle and Java Security: Programming Secure Oracle Database Applications with Java — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Expert Oracle and Java Security: Programming Secure Oracle Database Applications with Java" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Expert Oracle and Java Security Programming Secure Oracle Database - photo 1

Expert Oracle and Java Security: Programming Secure Oracle Database Applications with Java

Copyright 2011 by David Coffin

All rights reserved. No part of this work may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying, recording, or by any information storage or retrieval system, without the prior written permission of the copyright owner and the publisher.

ISBN-13 (pbk): 978-1-4302-3831-7

ISBN-13 (electronic): 978-1-4302-3832-4

Trademarked names, logos, and images may appear in this book. Rather than use a trademark symbol with every occurrence of a trademarked name, logo, or image we use the names, logos, and images only in an editorial fashion and to the benefit of the trademark owner, with no intention of infringement of the trademark.

The use in this publication of trade names, trademarks, service marks, and similar terms, even if they are not identified as such, is not to be taken as an expression of opinion as to whether or not they are subject to proprietary rights.

President and Publisher: Paul Manning
Lead Editor: Jonathan Gennick
Technical Reviewer: Josh Juneau
Editorial Board: Steve Anglin, Mark Beckner, Ewan Buckingham, Gary Cornell, Jonathan Gennick,
Jonathan Hassell, Michelle Lowman, Matthew Moodie, Jeff Olson, Jeffrey Pepper, Frank
Pohlmann, Douglas Pundick, Ben Renow-Clarke, Dominic Shakeshaft, Matt Wade, Tom Welsh
Coordinating Editor: Adam Heath
Copy Editor: Tracy Brown
Compositor: Bytheway Publishing Services
Indexer: BIM Indexing & Publishing Services
Artist: SPI Global
Cover Designer: Anna Ishchenko

Distributed to the book trade worldwide by Springer Science+Business Media, LLC., 233 Spring Street, 6th Floor, New York, NY 10013. Phone 1-800-SPRINGER, fax (201) 348-4505, e-mail .

For information on translations, please e-mail .

Apress and friends of ED books may be purchased in bulk for academic, corporate, or promotional use. eBook versions and licenses are also available for most titles. For more information, reference our Special Bulk SaleseBook Licensing web page at www.apress.com/bulk-sales.

The information in this book is distributed on an as is basis, without warranty. Although every precaution has been taken in the preparation of this work, neither the author(s) nor Apress shall have any liability to any person or entity with respect to any loss or damage caused or alleged to be caused directly or indirectly by the information contained in this work.

The source code for this book is available to readers at www.apress.com. You will need to answer questions pertaining to this book in order to successfully download the code.

In memory of my dad, Colonel Monty D. Coffin, the best teacher I ever had
David Coffin

Contents at a Glance

Picture 2

Picture 3

Picture 4

Picture 5

Picture 6

Picture 7

Picture 8

Picture 9

Picture 10

Picture 11

Picture 12

Picture 13

Picture 14

Picture 15

Picture 16

Picture 17

Picture 18

Picture 19

Picture 20

Contents

Picture 21

Picture 22

Picture 23

Picture 24

Picture 25

Picture 26

Picture 27

Picture 28

Picture 29

Picture 30

Picture 31

Picture 32

Picture 33

Picture 34

Picture 35

Picture 36

About the Author - photo 37

About the Author David Coffin has over 30 years experience in mult - photo 38

About the Author David Coffin has over 30 years experience in - photo 39

About the Author

David Coffin has over 30 years experience in multi-platform network - photo 40Picture 41David Coffin has over 30 years' experience in multi-platform network integration and systems programming. He has worked for large government contractors throughout his career. As a perpetual student, he has earned one Master's degree and has started a couple others. As a family man, he has raised eight children. David is a tri-athlete and distance swimmer who competes in the middle of the pack. He is also a classical guitar player, but he's not quitting his day job.

About the Technical Reviewer

Josh Juneau has been developing software since the mid-1990s Database - photo 42Picture 43Josh Juneau has been developing software since the mid-1990s. Database application programming has been the focus of his career since the beginning. He is an Oracle database administrator and has adopted the PL/SQL language for performing administrative tasks and developing applications for Oracle database. As his skills evolved, he began to incorporate Java into his PL/SQL applications, and later began to develop stand-alone applications in Java. During his tenure as a developer, he has combined his knowledge of PL/SQL and Java to develop robust Oracle database applications that harness the great features offered by both technologies. He has extended his knowledge of the JVM by learning and developing applications with other JVM languages, such as Jython and Groovy. Since 2006, Josh has been the editor and publisher for the

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Expert Oracle and Java Security: Programming Secure Oracle Database Applications with Java»

Look at similar books to Expert Oracle and Java Security: Programming Secure Oracle Database Applications with Java. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Expert Oracle and Java Security: Programming Secure Oracle Database Applications with Java»

Discussion, reviews of the book Expert Oracle and Java Security: Programming Secure Oracle Database Applications with Java and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.