coreyasmith / sitecore-docker-sha512-hash-algorithm

πŸ” Demonstration of how to change the password hash algorithm to SHA512 for @Sitecore on Docker.

Home Page:https://www.coreysmith.co/sitecore-docker-implement-sha512-password-hash-algorithm/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ” SHA512 Hash Algorithm for Sitecore on Docker

This repository contains code to demonstrate how to enable the SHA512 hashing algorithm as recommended in the Security Hardening Guide when using Sitecore with Docker.

The code in this repository is a pared-down fork of the custom-images in Sitecore's docker-examples repository. That repository is an excellent reference for getting started with Sitecore and Docker.

πŸ—οΈ Setup

  1. Run init.ps1 to initialize the repository.
  2. Run docker-compose up -d --build from the root of the repository.

πŸš€ Usage

Navigate to https://cm.sha512hash.localhost/sitecore and log in with admin/b to see the SHA512 hash algorithm in action.

About

πŸ” Demonstration of how to change the password hash algorithm to SHA512 for @Sitecore on Docker.

https://www.coreysmith.co/sitecore-docker-implement-sha512-password-hash-algorithm/


Languages

Language:PowerShell 74.2%Language:Dockerfile 17.0%Language:Shell 8.8%