Using Libsodium in PHP Projects

by | Sep 7, 2018 | Programming | 0 comments

A guide to using the libsodium PHP extension for modern, secure, and fast cryptography. Developers can now develop fast, secure, and reliable applications without needing to know what a stream cipher even is.

This e-book is intended for PHP developers with no prior cryptography experience. To that end, this ebook will not go too in-depth to the nature of the lower-level cryptography features that each libsodium feature uses. Towards the end of each chapter, a link will be provided to other resources that explain the finer details for readers that are interested.

After reading this brief electronic manual, you should…

  • Know what libsodium is, what features it has, and how to install it (both the library and the PHP extension from PECL).
  • Generally understand which cryptography tool to use for a specific scenario.
  • Be capable of writing production-quality code that uses libsodium.

Chapters breakdown

  • Chapter 1 should explain what libsodium is, introduce some basic concepts, and guide you through installing libsodium and the PHP extension.
  • Chapter 2 aims to be a useful reference page for all the functions and constants exposed by libsodium.
  • Chapters 3 – 9 cover the various functions that libsodium offers, what their purpose is, and how to use them.
  • Chapter 10 contains ‘recipes’: Example code that uses libsodium to satisfy a project requirement.

Using Libsodium in PHP Projects

by Paragon Initiative (Online reading only) – 10 Chapters

Using Libsodium in PHP Projects by Paragon Initiative

Related Posts

42 Free and Paid Programming Resources to Learn Web Development

42 Free and Paid Programming Resources to Learn Web Development

Any serious developer will need to learn how to program in order to really understand what is going on behind the curtain, or if you are curious to wonder about or query how your favorite program works. This is where programming tutorials come in. The following are 42 Free and Paid Programming Resources to Learn Web Development, covering 3 different levels – beginner, intermediate and expert resources.

40 Best Free CSS Learning Resources

40 Best Free CSS Learning Resources

If you are one of the people who love to design using CSS, there are actually thousands of learning resources which you can try out. This post will cover 40 of the best CSS learning resources, covering fundamental concepts, units, selectors, custom properties, animation and many more.

92 Markdown Editors and Tools for All Your Writing Needs

92 Markdown Editors and Tools for All Your Writing Needs

The basics of Markdown are easy to learn, and it can quickly become second nature. We’ve compiled 92 Markdown softwares, editors, tools and resources available that are worth using in a wide variety of scenarios. You’ll also find tutorials and libraries to get your started in no time. Happy writing and programming!