Coder Social home page Coder Social logo

383366063 / starksoft-aspen Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bentonstark/starksoft-aspen

0.0 1.0 0.0 1.24 MB

.net / mono security and cryptography library that provides client support for ftps, gnupg, smartcard, and socks / http proxies

C# 99.99% Batchfile 0.01%

starksoft-aspen's Introduction

starksoft-aspen

security and cryptography library that includes a FTPS client, GnuPG wrapper, Windows smart card API, and proxy clients

Written in c# under LGPL3 and testing under .NET 4.0/4.5 and Mono 4.0/4.5. Compiles with .NET/Mono 2.0+ or Visual Studio 2017 on Windows 10.

official repository

nuget image: https://www.nuget.org/packages/starksoft.aspen

Gpg Features

  • tested with Linux/Mono or Windows/.NET
  • executes Windows gpg.exe / gpg2.exe or Linux gpg / gpg2 to sign, encrypt, decrypt, verify with streams
  • retrieve a collection or DataSet of the keys
  • output ASCII Armor or Binary
  • optional passphrases when decryption data
  • async methods
  • import public keys
  • select different signing options

Proxy Features

  • tested with Linux/Mono or Windows/.NET
  • SOCKS 4, 4a, 5 (with and without authentication)
  • SOCKS5 supports Tor
  • HTTP proxy
  • factory abstraction
  • open sockets supported by creating Tcpclient object and setting TcpClient.Client = socket and passing in the constructor

Smart card Features

  • low level API for interfacing directly with smart cards
  • works with Windows/.NET only
  • p/invoke to system WINSCARD.DLL
  • send adpu commands to device (send and receive)
  • list readers
  • list cards

Ftps client Features

  • tested with Linux/Mono or Windows/.NET
  • FTP RFC 959 and RFC 1579
  • FTP over SSL / TLS
  • asynchronous methods
  • active and passive mode
  • configurable active port range
  • zLib data compression
  • upload and download file integrity support (CRC-32, SHA1, MD5) with server XCRC, XSHA1, and XMD5 commands
  • FXP
  • directory information as DataSet object or collection
  • unix symbolic link and permission
  • log transfer events
  • exists() method
  • recursive directory listing of files with GetDirListDeep()
  • transfer files with streams
  • ftp transfer restart
  • throttle data transfers with MaxUploadSpeed and MaxDownloadSpeed
  • HTTP and SOCKS v4, 4a, and 5 proxy server support
  • pluggable directory parser for archaic FTP directory listings
  • directory and file listing wildcards and regex filters
  • file transfer progress events
  • move files on the FTP server using the Move() method
  • binary or ASCII mode
  • adjust date and time to the correct time zone of local machine
  • SIZE FTP server command to retrieve the size of the file on server
  • IPv6 support (EPRT and EPSV)
  • specify IPv4 or IPv6 mode
  • specify a specific client IP address to use with PORT and EPRT commands
  • FEATS support and Features property collection
  • HASH and RANG file integrity verification
  • XSHA256 and XSHA512 support when compiled with .net 4+
  • MLST and MLSD for directory and file listings. Fall back on LIST
  • GetFileInfo() method to option information about a specific file
  • percent completed, time to completion, bytes to transfer values available in the transfer event
  • MFMT and MFCT for setting the modified date/time and created date/time

starksoft-aspen's People

Contributors

bentonstark avatar csowa avatar picrap avatar pyisoeyz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.