All Projects → aramzham → Cryptography

aramzham / Cryptography

Licence: other
Some simple cryptographic examples on C# 6.0

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Cryptography

mysql-user-db-creator-bash-script
Script to create a mysql database, user and password with just a command
Stars: ✭ 24 (+71.43%)
Mutual labels:  password-generator
parkour-game-template
A unity game template focused on movement. Including Wallrunning, sliding, vaulting etc.
Stars: ✭ 15 (+7.14%)
Mutual labels:  csharp-code
longtongue
Customized Password/Passphrase List inputting Target Info
Stars: ✭ 61 (+335.71%)
Mutual labels:  password-generator
AdminToolbox
Server Administration Toolbox Plugin for SCP: Secret Lab
Stars: ✭ 17 (+21.43%)
Mutual labels:  csharp-code
CppSecurity
C++ Security Library
Stars: ✭ 24 (+71.43%)
Mutual labels:  password-generator
jpass
🔐 Password manager application with strong encryption (AES-256). [Java/Swing]
Stars: ✭ 129 (+821.43%)
Mutual labels:  password-generator
Password Generator
PHP Library to generate random passwords
Stars: ✭ 218 (+1457.14%)
Mutual labels:  password-generator
MagicPassword
Need to generate a password? Try Gaowanliang Strong Password Generator. Just need a master password to generate secure passwords to keep your network safe.
Stars: ✭ 19 (+35.71%)
Mutual labels:  password-generator
passbase
Keybase File System (KBFS)-backed CLI-based password manager
Stars: ✭ 26 (+85.71%)
Mutual labels:  password-generator
GitRewrite
Rewrite git history. Faster alternative to git filter-branch or bfg-repo-cleaner to perform certain rewrite tasks on a git repository.
Stars: ✭ 78 (+457.14%)
Mutual labels:  csharp-code
enigmatic-mouse
The enigmatic mouse will keep your passwords safe - password manager on Android in Kotlin.
Stars: ✭ 14 (+0%)
Mutual labels:  password-generator
CryptoKnight
CryptoKnight is a general purpose cryptography desktop app
Stars: ✭ 18 (+28.57%)
Mutual labels:  password-generator
cryptopocket
🔐 Encrypt anything, then Decrypt by providing a required key.
Stars: ✭ 22 (+57.14%)
Mutual labels:  password-generator
password-generator
Simple js password generator
Stars: ✭ 16 (+14.29%)
Mutual labels:  password-generator
password-gen-cli
🔥 Generates random password and copies it to your clipboard
Stars: ✭ 26 (+85.71%)
Mutual labels:  password-generator
Vault Secrets Gen
A Vault secrets plugin for generating high entropy passwords and passphrases.
Stars: ✭ 238 (+1600%)
Mutual labels:  password-generator
PUPI
🛅 Passwords using personal information
Stars: ✭ 65 (+364.29%)
Mutual labels:  password-generator
csharp
📚 Recursos para aprender C#
Stars: ✭ 37 (+164.29%)
Mutual labels:  csharp-code
TeeChart-for-.NET-CSharp-WPF-samples
Assorted WPF examples
Stars: ✭ 18 (+28.57%)
Mutual labels:  csharp-code
Passky-Desktop
Desktop application for Passky (password manager)
Stars: ✭ 47 (+235.71%)
Mutual labels:  password-generator

Cryptography

This a cryptography example on how a sample text can be encrypted and decrypted securely using DesEncryption class. The app can be used on numerous purposes (defence, message encryption etc.).

Cryptography is also used to check if the file is the original one or it has been changed in the process. Take a look how it works by following link.

A little demonstration of cryptography on Windows Forms:

chka

The elegant app has libraries that allow you to make your encryption using DESCryptoServiceProvider or HMAC with their numerous specificities.

Click on the link below to get some more instructions on it: Cryptography demo

Keywords

  1. C# 6.0
  2. .Net Framework 4.6
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].