Skip to content

60 Second Dev

60 second software development tutorials and demos, and short blog posts.

  • Blog

60 Second Dev

60 second software development tutorials and demos, and short blog posts.

  • Blog

60 Second Dev

60 second software development tutorials and demos, and short blog posts.

Tag: cryptography

2021-06-102022-01-12nodejs

SHA hash in NodeJS

const crypto = require(“crypto”);const filename = process.argv[2];const fs = require(“fs”); const hash […]

2021-05-202022-01-09.net

Basic RSA in .NET

Here’s a very basic example of RSA encryption in .NET: string priv, […]

2021-02-172022-01-06.net

Calculate Hash in .NET

With .NET, you can calculate a file hash, or the hash of […]

2021-02-102022-01-05.net

RSA in .NET

Cryptography, and especially public key cryptography, is a complicated and difficult topic. […]

  • RSS Feed
  • GitHub
  • LinkedIn
  • Twitter
  • YouTube

.net asp.net async audio aws azure batch brotli browser c# cloud config cryptography css csv dependency injection email entity framework git guid gzip handlebars html images javascript jquery json jsonp linq linux mercurial mvc nodejs pdf records scss serialization sqlite sql server temporal tables tfs typescript windows wsl xml

If you learned something today

Buy Me a Coffee

© 2022 60 Second Dev. Proudly powered by Sydney