All Projects → mimecuvalo → Paramikojs

mimecuvalo / Paramikojs

Licence: other
port of the paramiko library from python->javascript

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Paramikojs

Cli
🧰 A zero trust swiss army knife for working with X509, OAuth, JWT, OATH OTP, etc.
Stars: ✭ 2,151 (+2316.85%)
Mutual labels:  cryptography, ssh
Yubikey Agent
yubikey-agent is a seamless ssh-agent for YubiKeys.
Stars: ✭ 1,744 (+1859.55%)
Mutual labels:  cryptography, ssh
Awa Ssh
Purely functional SSH library in ocaml.
Stars: ✭ 80 (-10.11%)
Mutual labels:  cryptography, ssh
Wolfssh
wolfSSH is a small, fast, portable SSH implementation, including support for SCP and SFTP.
Stars: ✭ 142 (+59.55%)
Mutual labels:  cryptography, ssh
Tomahawk
A simple ssh wrapper to execute commands into many hosts.
Stars: ✭ 83 (-6.74%)
Mutual labels:  ssh
Cryptr
A simple shell utility for encrypting and decrypting files using OpenSSL.
Stars: ✭ 81 (-8.99%)
Mutual labels:  cryptography
Paramgmt
A parallel SSH-based remote machine management system
Stars: ✭ 80 (-10.11%)
Mutual labels:  ssh
Lightning Rfc
Lightning Network Specifications
Stars: ✭ 1,224 (+1275.28%)
Mutual labels:  cryptography
Zcash Mini
A minimal portable Zcash z-address generator for offline / paper wallets
Stars: ✭ 87 (-2.25%)
Mutual labels:  cryptography
Swiff
💁 Command line tools for common local ↔ remote server tasks.
Stars: ✭ 87 (-2.25%)
Mutual labels:  ssh
Monday
⚡️ A dev tool for microservice developers to run local applications and/or forward others from/to Kubernetes SSH or TCP
Stars: ✭ 1,246 (+1300%)
Mutual labels:  ssh
Themis
Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data storage. Has unified APIs across 14 platforms.
Stars: ✭ 1,232 (+1284.27%)
Mutual labels:  cryptography
Argon2pw
Argon2 password hashing package for go with constant time hash comparison
Stars: ✭ 85 (-4.49%)
Mutual labels:  cryptography
Recrypt Rs
A set of cryptographic primitives for building a multi-hop Proxy Re-encryption scheme, known as Transform Encryption.
Stars: ✭ 81 (-8.99%)
Mutual labels:  cryptography
Castle Winbuntu
Homesick Castle for use on WSL.
Stars: ✭ 87 (-2.25%)
Mutual labels:  ssh
Js Ethereum Cryptography
Every cryptographic primitive needed to work on Ethereum, for the browser and Node.js
Stars: ✭ 83 (-6.74%)
Mutual labels:  cryptography
Ssh Connect
🐙 simple ssh manager based on bash/zsh history
Stars: ✭ 86 (-3.37%)
Mutual labels:  ssh
Beamsplitter
💎 Beamsplitter - A new (possibly universal) hash that passes SMHasher. Built mainly with a random 10x64 S-box. Also in NodeJS
Stars: ✭ 83 (-6.74%)
Mutual labels:  cryptography
Jjg Ansible Windows
[DEPRECATED] Windows shell provisioning script to bootstrap Ansible from within a Vagrant VM.
Stars: ✭ 82 (-7.87%)
Mutual labels:  ssh
Fresco
A FRamework for Efficient Secure COmputation
Stars: ✭ 83 (-6.74%)
Mutual labels:  cryptography

paramikojs

About

paramikojs is a javascript port of paramiko. It powers the fireftp and firessh projects. However, some caution should be taken if reusing the code as not all code paths have been tested (in python, yes, but not in the translated javascript). So, coder beware!

Getting Started

paramikojs doesn't work out of the box. You should check out the fireftp or firessh projects for working examples on how to get something working. In particular, look at ssh2.js as a basic start to see how it glues together.

Note!

Before you ask, no this doesn't work on regular web pages. Being able to make an SSH connection only works currently in the context of a Firefox add-on which gives provides extra libraries/permissions (i.e. ahem, sockets)

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