I would like to change the layout of my bibliography as follows:

Minimal Working Example Tex-File:
\documentclass{article}
\begin{document}
\title{My Article}
\author{Nobody Jr.}
\date{Today}
\maketitle
Blablabla said Nobody ~\cite{bressoud1989factorization}.
\bibliography{Master}
\bibliographystyle{alpha}
\end{document}
Master.bib:
@book{bressoud1989factorization,
title={Factorization and Primality Testing},
author={Bressoud, D.M.},
isbn={9780387970400},
lccn={89019690},
series={Undergraduate Texts in Mathematics},
year={1989},
publisher={Springer}
}
