Skip to content

Instantly share code, notes, and snippets.

View jamshoo's full-sized avatar

Jamshoo Lakhani jamshoo

  • Connectloud
  • Karachi, Pakistan
View GitHub Profile
@ymnk
ymnk / AES.java
Last active July 20, 2023 15:54
JSch examples
/* -*-mode:java; c-basic-offset:2; indent-tabs-mode:nil -*- */
/**
* This program will demonstrate how to use "aes128-cbc".
*
*/
import com.jcraft.jsch.*;
import java.awt.*;
import javax.swing.*;
public class AES{