var crypt=require('../'); var client=crypt('password'); client.init_keys(); client.encrypt_buf(buf) client.init_keys(); client.decrypt_buf(buf)