Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- %======================================================%
- % Beamer Presentation
- % LaTeX Template
- % compile using PDFTeXify or PDFLaTeX
- %======================================================%
- %--------------------------------------------------------------------------------
- % PACKAGES AND THEMES
- %--------------------------------------------------------------------------------
- \documentclass[notheorems,11pt,compress]{beamer}
- \mode<presentation>{
- %------- Beamer theme ------
- \usetheme{Madrid}
- %------- Color theme ------
- \usecolortheme{rose}
- %\usecolortheme{orchid}
- %\setbeamertemplate{background canvas}[vertical shading][bottom=red!10,top=blue!10]
- \usefonttheme[onlymath]{serif}
- \setbeamertemplate{blocks}[rounded][shadow=true]
- \setbeamertemplate{navigation symbols}{}
- %\setbeamertemplate{itemize items}[square] % ball, circle
- % \setbeamertemplate{enumerate items}[ball] % ball,circle,square
- %\setbeamertemplate{section in toc}[square]
- }
- %----------- Packages -------------
- \usepackage[english]{babel}
- \usepackage{amsmath,amssymb,version}
- \usepackage{graphicx,fancybox,mathrsfs,multirow}
- \usepackage{booktabs}
- \usepackage{epsfig,epstopdf}
- \usepackage{url,hyperref}
- \usepackage{tabularx,array,makecell}
- \usepackage{color,xcolor}
- \usepackage{cases}
- \usepackage{mathtools}
- \usepackage{tikz}
- \usepackage{animate}
- %---------- Set line spacing ----------
- %---------- Define new table commands ----------
- \newcolumntype{P}[1]{>{\centering \arraybackslash}p{#1}}
- \newcolumntype{L}{X}
- \newcolumntype{C}{>{\centering \arraybackslash}X}
- \newcolumntype{R}{>{\raggedleft \arraybackslash}X}
- %---------- Theorem environment ----------
- \setbeamertemplate{theorems}[numbered]
- \newtheorem{theorem}{Theorem}
- \numberwithin{theorem}{section}
- \newtheorem{definition}{Definition}
- \numberwithin{definition}{section}
- \newtheorem{lemma}{Lemma}
- \numberwithin{lemma}{section}
- \newtheorem{proposition}{Proposition}
- \numberwithin{proposition}{section}
- \newtheorem{corollary}{Corollary}
- \numberwithin{corollary}{section}
- \theoremstyle{example}
- \newtheorem{example}{Example}
- \renewenvironment{proof}[1][Proof]{\textit{#1}:~}{\qed\par}
- %\numberwithin{example}{section}
- \setbeamertemplate{caption}[numbered]
- \numberwithin{figure}{section}
- \numberwithin{table}{section}
- \numberwithin{equation}{section}
- %---------- Adjust the spacing of formulas ----------
- %\AtBeginDocument{
- % \setlength{\abovedisplayskip}{4pt plus 1pt minus 1pt}
- % \setlength{\belowdisplayskip}{4pt plus 1pt minus 1pt}
- % \setlength{\abovedisplayshortskip}{2pt}
- % \setlength{\belowdisplayshortskip}{2pt}
- % \setlength{\arraycolsep}{2pt}
- %}
- \makeatletter
- \newcommand\HUGE{\@setfontsize\Huge{36}{42}}
- \makeatother
- %---------- Define new commands ----------
- \definecolor{utaBluePrimary}{HTML}{0064B1}
- \definecolor{lightgray}{RGB}{240, 240, 240}
- \definecolor{lightorange}{HTML}{F58025}
- \newcommand{\red}[1]{\textcolor{red}{#1}}
- \newcommand{\blue}[1]{\textcolor{blue}{#1}}
- \newcommand{\utaBlue}[1]{\textcolor{utaBluePrimary}{#1}}
- \newcommand{\lightgray}[1]{\textcolor{lightgray}{#1}}
- \newcommand{\lightorange}[1]{\textcolor{lightorange}{#1}}
- %---------- UTA Colors ----------
- %CHange Hex
- %https://latexcolor.com/
- % \definecolor{colorChoiceHex}{HTML}{0000FF}
- % \setbeamercolor*{palette primary}{bg=colorChoiceHex, fg=white}
- % \setbeamercolor*{palette secondary}{bg=colorChoiceHex, fg=white}
- % \setbeamercolor*{palette tertiary}{bg=colorChoiceHex, fg=white}
- % \setbeamercolor*{titlelike}{bg=colorChoiceHex, fg=white}
- % \setbeamercolor*{title}{bg=colorChoiceHex, fg=white}
- % \setbeamercolor*{caption name}{fg=colorChoiceHex}
- % \setbeamercolor*{page number in head/foot}{bg=colorChoiceHex, fg=white}
- % \setbeamercolor*{date in head/foot}{bg=colorChoiceHex, fg=white}
- % \setbeamercolor*{section in toc}{fg=colorChoiceHex}
- % \setbeamercolor*{section number projected}{fg=white, bg=colorChoiceHex}
- % \setbeamercolor*{subsection number projected}{fg=white, bg=colorChoiceHex}
- \setbeamercolor*{palette primary}{bg=utaBluePrimary}
- \setbeamercolor*{palette secondary}{bg=utaBluePrimary, fg=white}
- \setbeamercolor*{palette tertiary}{bg=utaBluePrimary, fg=white}
- \setbeamercolor*{titlelike}{bg=utaBluePrimary, fg=white}
- \setbeamercolor*{title}{bg=utaBluePrimary, fg=white}
- \setbeamercolor*{caption name}{fg=utaBluePrimary}
- \setbeamercolor*{page number in head/foot}{bg=utaBluePrimary, fg=white}
- \setbeamercolor*{date in head/foot}{bg=utaBluePrimary,fg=white}
- \setbeamercolor*{section in toc}{fg=utaBluePrimary}
- \setbeamercolor*{section number projected}{fg=white, bg=utaBluePrimary}
- \setbeamercolor*{subsection number projected}{fg=white, bg=utaBluePrimary}
- \setbeamercolor*{item}{fg=black}
- % \setbeamercolor*{subitem}{fg=black}
- %---------- Show the outline ----------
- \AtBeginSection[]{
- \begin{frame}
- \frametitle{Outline}
- \tableofcontents[currentsection,currentsubsection,subsectionstyle=show/show/shaded]
- %\tableofcontents[currentsection,hideallsubsections]
- \addtocounter{framenumber}{-1}
- \end{frame}
- }
- %--------------------------------------------------------------------------------
- % TITLE PAGE
- %--------------------------------------------------------------------------------
- \title[Chapter 07: Databases]{Chapter 07: Databases}
- \author{Dr. Mayank Agarwal} % Your name
- \institute[IIT Patna]{
- Department of CSE \\ % Your institution for the title page
- IIT Patna
- % \medskip
- % \textit{[email protected]} % Your email address
- }
- \date[\textcolor{white}{CS457 Big Data Security}]{CS457 Big Data Security\\
- Jan-April 2026}
- \titlegraphic{\includegraphics[width=2.5cm]{logos/iitplogo.png}}
- \graphicspath{{./figures/}}
- \begin{document}
- \setlength{\baselineskip}{15pt} % only change the spacing of body text
- \begin{frame}
- \titlepage
- \end{frame}
- % \begin{frame}
- % \frametitle{Objectives}
- % % \tableofcontents[hideallsubsections]
- % \begin{enumerate}
- % \item Explain how intrusion-detection systems work
- % \end{enumerate}
- % \end{frame}
- %--------------------------------------------------------------------------------
- % PRESENTATION SLIDES
- %--------------------------------------------------------------------------------
- %------------------------------------------------
- % \section{First Section} % Sections can be created in order to organize your presentation into discrete blocks, all sections and subsections are automatically printed in the table of contents as an overview of the talk
- % %------------------------------------------------
- % \subsection{Subsection Example} % A subsection can be created just before a set of slides with a common theme to further break down your presentation into chunks
- \begin{frame}
- \frametitle{Security in Computing, Fifth Edition}
- \framesubtitle{Chapter 07: Databases}
- \begin{itemize}
- \item Protecting Structured Data Stores
- \item Database Security Models and Mechanisms
- \item Confidentiality, Integrity, and Availability of Data
- \end{itemize}
- Databases are the repositories of an organization's most valuable information—customer data, financial records, intellectual property. Database security focuses on protecting this structured data from unauthorized access, modification, or destruction while ensuring its availability to authorized users.
- \end{frame}
- \begin{frame}
- \frametitle{Chapter 7 Learning Objectives}
- \begin{itemize}
- \item Understand database security concepts and challenges
- \item Learn about database vulnerabilities and attack vectors
- \item Study database access control models and mechanisms
- \item Analyze SQL injection attacks and defenses
- \item Examine database encryption and masking techniques
- \item Understand auditing, monitoring, and compliance requirements
- \end{itemize}
- Database security sits at the intersection of several domains: access control, application security, cryptography, and system administration. This chapter provides the comprehensive knowledge needed to secure database systems.
- \end{frame}
- \end{document}
Advertisement
Add Comment
Please, Sign In to add comment