Skip to content
Stack Code Review
Question and answer site for peer programmer code reviews.
MENU
  • HOME

Tag: encryption

Manual authenticated encryption on .NET Core

By mariaPosted on March 3, 2021

Problem I’ve been tasked with creating some way to encrypt arbitrary text for a .NET Core app, with the following […]

Encrypted text – C# SHA256, implementation

By mariaPosted on September 4, 2020

Problem I have a C# application which needs to encrypt string and save the key as a hash. The key […]

A simple encryption scheme 2.0

By mariaPosted on December 18, 2019

Problem This is a follow up to my previous post. I’ve used a BCrypt library to create a key from […]

C# AES Encryption/Decryption or byte[] array with a custom Key/IV

By mariaPosted on June 23, 2018

Problem I wanted to create an AES encryption service which will use a custom key/iv. I want 2 methods: dycrypt/encrypt […]

Recent Posts

  • F# Insertion sort
  • Is Lock necessary to make operation thread safe for this scenario
  • Modeling and computing intersection between continuous intervals
  • width: 60%
  • Verifying requirements before deleting a user-parent-student-school relationship
  • Convert an object to an ordered by SemVer Markdown list
  • HTML form enable one list of options or another
  • What is the most best way to write a bubble sort in java? [closed]
  • Memory leak in a scraper [closed]
  • Bubble sort in Ruby
  • My own version of a search binary tree
  • Reorganizing a PHP array structure (arrays within arrays)
  • Bash script – automate an upload image + description process on a server
  • Project Euler problem #11 – Largest product in a grid
  • Minimum Refills from A to B

Categories

  • .Net
  • Algorithm
  • Android
  • Array
  • Bash
  • C#
  • Console
  • CSS
  • Haskel
  • Html
  • Java
  • Javascript
  • JSON
  • MySQL
  • Node Js
  • Object Oriented
  • Parsing
  • Php
  • Programming Chalenge
  • Python 3
  • React JS
  • Recursion
  • Regex
  • Ruby
  • Security
  • Sorting
  • SQL
  • Strings
  • Swift
  • VBA
Proudly powered by WordPress / Theme: Superfast