Pinned Repositories
AntiBruteForcer
Password-based key derivation with salt. In addition, salt is encrypted.
ExactDoppler
Acoustic Doppler Detector
ExactFFT
A Fast (Polyphase) Fourier Transform (C, C#) with some specific features
FBICRY
Symmetric (Rijndael-256, 2xRijndael-256 with intermediate bit mixing layer) and asymmetric (ECDH-P521) crypto utility
FileRepair
Damaged file correction via bit level voting
HashNCopy
HashNCopy - File copy & hash calculation tool
PaperBack
PaperBack is a free application that allows you to back up your precious files on the ordinary paper (http://ollydbg.de/Paperbak/).
RARBase64
RARBase64 - Simple tool to create special Base64 stream, which includes RAR5 archive with 100% recovery record, which allow it fix errors during decode process (only file-level). Console version of RAR5 must be placed to the folder with executable before usage this program (RAR5 is not included). Use drag & drop to process files.
RecoveryStar
RAID-LIKE CAUCHY REED-SOLOMON FILE CODEC
Text-Shredder
A simple tool that applies very strong encryption over text for use with chat or email applications. Use this if you want to add another level of privacy and security that you can control.
art-drobanov's Repositories
art-drobanov/C0PYSTAR
Fault-tolerant data encoding (redundant high-level data sector set)
art-drobanov/FileRepair
Damaged file correction via bit level voting
art-drobanov/HashNCopy
HashNCopy - File copy & hash calculation tool
art-drobanov/MinimalSectorArchiver
Minimal fault-tolerant data encoding
art-drobanov/ZipStreams
Very easy to use zip compression library, based on SharpZipLib with demo application.
art-drobanov/.NET-Ogg-Vorbis-Encoder
Ogg Vorbis audio encoding library written in C#
art-drobanov/atracdenc
Dirty implementation of ATRAC1, ATRAC3 encoder
art-drobanov/C-Sharp-Algorithms
:books: :chart_with_upwards_trend: Plug-and-play class-library project of standard Data Structures and Algorithms in C#
art-drobanov/clforms
Command line forms
art-drobanov/Cryptography-in-.NET-6-Course
Source code for my Cryptography in .NET 6 course at Pluralsight
art-drobanov/dvdisaster
A tool providing additional ECC protection for optical media (unofficial version)
art-drobanov/FftSharp
A .NET Standard library for computing the Fast Fourier Transform (FFT) of real or complex data
art-drobanov/figgle
ASCII banner generation for .NET
art-drobanov/file_watchtower
Lightweight File Integrity Monitoring Tool
art-drobanov/gitter
git local repository management tool for Windows
art-drobanov/img-encode
Encode an image to sound
art-drobanov/labelImg
🖍️ LabelImg is a graphical image annotation tool and label object bounding boxes in images
art-drobanov/MirrorSymmetry
🦋 Detect Bilateral Symmetry Object within Image, mathematical method using OpenCV (Jan 2020)
art-drobanov/mjpegplayer
Simple and lightweight .NET MJPEG stream player designed to receive MJPEG stream from motion on Raspberry Pi.
art-drobanov/MP3Player
Simple MP3 Player was taken from the large NAudio library
art-drobanov/MP3Sharp
MP3 decoder in managed .NET code.
art-drobanov/notepad-plus-plus
Notepad++ official repository
art-drobanov/NWaves
.NET DSP library with a lot of audio processing functions
art-drobanov/Reed-Solomon-Demo
Демонстрация операций при кодировании Рида-Соломона
art-drobanov/RtspClientSharp
Pure C# RTSP client for .NET Standard without external dependencies and with true async nature. I welcome contributions.
art-drobanov/RtspClientSharpCore
C# RTSP Client for .NET Core 3.0/.NET 5.0
art-drobanov/SecurePad
SecurePad - A Notepad++ plugin for securely encrypting data
art-drobanov/Solar-Calculator
Calculates the sunrise and sunset for a given date and location (using GEO coordinates). This library uses the method outlined NOAA Solar Calculations Day spreadsheet found at http://www.esrl.noaa.gov/gmd/grad/solcalc/calcdetails.html.
art-drobanov/Spectrogram
.NET library for creating spectrograms (visual representations of frequency spectrum over time)
art-drobanov/SuperSimpleTcp
Simple wrapper for TCP client and server in C# with SSL support