shadowsocksr | Python port of ShadowsocksR | Proxy library

 by   shadowsocksr-backup Python Version: 3.1.2 License: Apache-2.0

kandi X-RAY | shadowsocksr Summary

kandi X-RAY | shadowsocksr Summary

shadowsocksr is a Python library typically used in Networking, Proxy applications. shadowsocksr has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has medium support. You can download it from GitHub.

[PyPI version]][PyPI] [Build Status]][Travis CI] [Coverage Status]][Coverage]. A fast tunnel proxy that helps you bypass firewalls.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              shadowsocksr has a medium active ecosystem.
              It has 5973 star(s) with 3212 fork(s). There are 350 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 47 open issues and 12 have been closed. On average issues are closed in 147 days. There are 7 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of shadowsocksr is 3.1.2

            kandi-Quality Quality

              shadowsocksr has 0 bugs and 0 code smells.

            kandi-Security Security

              shadowsocksr has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              shadowsocksr code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              shadowsocksr is licensed under the Apache-2.0 License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              shadowsocksr releases are not available. You will need to build from source code and install.
              Build file is available. You can build the component from source.
              Installation instructions, examples and code snippets are available.
              shadowsocksr saves you 2610 person hours of effort in developing the same functionality from scratch.
              It has 5666 lines of code, 392 functions and 34 files.
              It has high code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed shadowsocksr and discovered the below as its top functions. This is intended to give you an instant insight into shadowsocksr implemented functionality, and help decide if they suit your requirements.
            • Get configuration
            • Validate configuration
            • Convert to str
            • Convert to bytes
            • Run a test
            • Append data to the queue
            • Close the socket
            • Add the listener to the given loop
            • Load OpenSSL
            • Handle an event
            • Run a given cipher and return the result
            • Load libsodium library
            • Get an address from the queue
            • Update an event handler
            • Encode the client
            • Read resolv conf
            • Daemon mode
            • Handle periodic packets
            • Insert a new connection
            • Decode a buffer
            • Handle an event
            • Wait for events
            • Handle a DNS resolved packet
            • Returns the test table result
            • Decode the buffer
            • Add a network address
            Get all kandi verified functions for this library.

            shadowsocksr Key Features

            No Key Features are available at this moment for shadowsocksr.

            shadowsocksr Examples and Code Snippets

            VPS服务器部署,安装ShadowsocksR
            HTMLdot img1Lines of Code : 46dot img1no licencesLicense : No License
            copy iconCopy
            bash ssr.sh
            
            ShadowsocksR 一键管理脚本脚本 [v2.0.35]
            
            1. 安装 ShadowsocksR
            
            2. 更新 ShadowsocksR
            
            3. 卸载 ShadowsocksR
            
            4. 安装 libsodium(chacha20)
            ————————————
            
            5. 查看 账号信息
            
            6. 显示 连接信息
            
            7. 设置 用户配置
            
            8. 手动 修改配置
            
            9. 切换 端口模式
            ————————————
            
            10. 启动 ShadowsocksR
            
            11. 停止 Sha  
            copy iconCopy
            # Debian/Ubuntu 执行
            apt-get install -y wget ca-certificates openssl sudo vim git curl gcc unzip
            # CentOS 执行
            yum install -y wget ca-certificates openssl sudo vim git curl gcc unzip
            
            wget -O ssr https://raw.githubusercontent.com/the0demiurge/CharlesScri  
            copy iconCopy
            
            {
              "server":...
              "server_port":...
              "local_port":1080,
              "password":...
              "timeout":...
              "method":...
            }
            
            
            {
              "server":...
              "server_port":...
              "local_port":1081,
              "password":...
              "timeout":...
              "method":...
            }
            
            #代理设置(最好使用墙外代理IP池,可减少重定向次数)
            PR  

            Community Discussions

            Trending Discussions on shadowsocksr

            QUESTION

            AES GCM decryption without authentication tag
            Asked 2018-Dec-01 at 09:39

            I have a question. In my limited experience with Cryptography.

            how to decrypt AES-128-GCM without authentication tag.

            I found AES GCM decryption bypassing authentication in JAVA it seems to have solved some problems. But only if iv is equal to 96 bit can worked.

            shadowsocksr OpenSSL support aes-128-gcm.is different from other aes-128-gcm encryption or decryption using authentication tag.

            I write a test script and get the result.

            script:

            ...

            ANSWER

            Answered 2018-Dec-01 at 09:39

            This is the expected result. If you look at the Nist 800-38D, page 15, you will see that:

            Source https://stackoverflow.com/questions/53567849

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install shadowsocksr

            See [Install Server on Windows].

            Support

            You can find all the documentation in the [Wiki].
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/shadowsocksr-backup/shadowsocksr.git

          • CLI

            gh repo clone shadowsocksr-backup/shadowsocksr

          • sshUrl

            git@github.com:shadowsocksr-backup/shadowsocksr.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Proxy Libraries

            frp

            by fatedier

            shadowsocks-windows

            by shadowsocks

            v2ray-core

            by v2ray

            caddy

            by caddyserver

            XX-Net

            by XX-net

            Try Top Libraries by shadowsocksr-backup

            shadowsocksr-csharp

            by shadowsocksr-backupC#

            shadowsocksr-libev

            by shadowsocksr-backupC