Skip to content

Instantly share code, notes, and snippets.

View NakedPowerShell's full-sized avatar

Dusty R NakedPowerShell

  • Seattle WA
View GitHub Profile
@NakedPowerShell
NakedPowerShell / Get-SpeakerTimeNotification.ps1
Created June 11, 2018 12:18 — forked from shaneis/Get-SpeakerTimeNotification.ps1
Creates Burnt Toast Notifications for Conference Speakers
function Get-SpeakerTimeNotification {
[CmdletBinding()]
<#
.SYNOPSIS
Creates notifications after specified minutes
.DESCRIPTION
Uses the BurntToast module to create notifications for the user after a supplied number
of minutes have passed. These can be sorted and a final notification can be given that
just specifies "TIME!"

Cryptographic Best Practices

Putting cryptographic primitives together is a lot like putting a jigsaw puzzle together, where all the pieces are cut exactly the same way, but there is only one correct solution. Thankfully, there are some projects out there that are working hard to make sure developers are getting it right.

The following advice comes from years of research from leading security researchers, developers, and cryptographers. This Gist was [forked from Thomas Ptacek's Gist][1] to be more readable. Additions have been added from