All Projects → JGCompTech → Sharpultimatetools

JGCompTech / Sharpultimatetools

Licence: other
A Large Repository Of Awesome Scripts For C#.

Programming Languages

csharp
926 projects

Projects that are alternatives of or similar to Sharpultimatetools

JavaUltimateTools
A Large Repository Of Awesome Code For Java.
Stars: ✭ 24 (-27.27%)
Mutual labels:  programming, encryption
Siodb
The simplicity of REST and the power of SQL combined in a database that automatized security and performance. Forget the database, develop faster and safer!
Stars: ✭ 31 (-6.06%)
Mutual labels:  encryption
Scripting course
📓 A reference guide to Linux command line, Vim and Scripting
Stars: ✭ 881 (+2569.7%)
Mutual labels:  programming
Cauldron
C# Toolkit
Stars: ✭ 27 (-18.18%)
Mutual labels:  net
Hat.sh
encrypt and decrypt files in your browser. Fast, Secure client-side File Encryption and Decryption using the web crypto api
Stars: ✭ 886 (+2584.85%)
Mutual labels:  encryption
Cookedrabbit
CookedRabbit is a simple service based RabbitMQ wrapper for dealing with channels/connections.
Stars: ✭ 28 (-15.15%)
Mutual labels:  net
Notebooks
Learn Python for free using open-source notebooks in Hebrew.
Stars: ✭ 877 (+2557.58%)
Mutual labels:  programming
Pki.js
PKI.js is a pure JavaScript library implementing the formats that are used in PKI applications (signing, encryption, certificate requests, OCSP and TSP requests/responses). It is built on WebCrypto (Web Cryptography API) and requires no plug-ins.
Stars: ✭ 960 (+2809.09%)
Mutual labels:  encryption
Ignr.py
Python-based command line client to download .gitignore templates from gitignore.io
Stars: ✭ 30 (-9.09%)
Mutual labels:  programming
Awesome Scalability
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
Stars: ✭ 36,688 (+111075.76%)
Mutual labels:  programming
Trousseau
File based encrypted key-value store
Stars: ✭ 915 (+2672.73%)
Mutual labels:  encryption
Lockbox
Modern encryption for Ruby and Rails
Stars: ✭ 905 (+2642.42%)
Mutual labels:  encryption
Citadelcore
Cross platform filtering HTTP/S proxy based on .NET Standard 2.0.
Stars: ✭ 28 (-15.15%)
Mutual labels:  encryption
Java Crypto Utils
Java Cryptographic, Encoding and Hash Utilities
Stars: ✭ 15 (-54.55%)
Mutual labels:  encryption
Tensorflowservingcsharpclient
Implement Tensor Flow Serving C# client example with gRPC. MNIST prediction console application and web paint ASP.NET Core 2.0 and ReactJS application.
Stars: ✭ 31 (-6.06%)
Mutual labels:  net
Androidlibs
🔥正在成为史上最全分类 Android 开源大全~~~~(长期更新 Star 一下吧)
Stars: ✭ 7,148 (+21560.61%)
Mutual labels:  net
Sephia Five
A secure and PGP enabled webmail module for Phosphorus Five
Stars: ✭ 21 (-36.36%)
Mutual labels:  encryption
Djangochannel
Проект призван помочь людям в обучении программированию и веб разработке
Stars: ✭ 28 (-15.15%)
Mutual labels:  programming
Kafka End 2 End Encryption
De-/Serialization wrapper for Kafka to accomplish end to end encryption
Stars: ✭ 32 (-3.03%)
Mutual labels:  encryption
Jessesquires.com
Turing complete with a stack of 0xdeadbeef
Stars: ✭ 31 (-6.06%)
Mutual labels:  programming

SharpUltimateTools Awesome

SharpUltimateTools is a large repository of scripts for use in any C# program. It contains the following:

  • OSInfo - Contains many classes that return information about the current Windows installation. This includes Architecture, Edition, Name, Product Key, Service Pack, User Info and Version.
  • HWInfo - Contains many classes that return information about the current computer hardware. This includes BIOS, Network, OEM, Processor, RAM and Storage.
  • SecurityTools - Contains methods surrounding hashing and encryption. Includes methods using MD5, SHA1, SHA256, SHA384 and SHA512. Also includes encryption/decryption with RSA.
  • CommandInfo - Allows you to run any console command and will return the result to a string to use within your program. You can also run the command elevated and it will open in a new cmd window and show the results. Note: If elevated, result cannot be returned as a string.
  • DBTools - Contains methods to communicate with a database. It currently supports only SQLite and does not require you to import any of the SQLite libraries.
  • ProgramInfo - Returns info about the current assembly. This includes Title, Version, Description, Product Name, Copyright, Company, Startup Path and ExecutablePath. Also contains a method to save embedded resouces to disk.
  • WebTools - Contains utilities for HTML and JSON.
  • And Much More!

If you would like a more details check out the CLASSDESCRIPTION.md file. I will be updating this with more documentation soon.

Development

Want to contribute? Great! Any help with development is greatly appreciated. If you want to add something or fix any typos please submit a pull request and if it is helpful it may be merged. Please check out our Code of Conduct for Contributors.

Download

This project is currently at version 1.1 - Download v1.1

NOTE: This program requires framework 4.5. If you need a version that runs on a previous framework feel free to open a Feature Request and I will post one.

License

Creative Commons License
SharpUltimateTools by J&G CompTech is licensed under a Creative Commons Attribution 4.0 International License.

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].