encode abstract method

String encode(
  1. String passphrase
)

Encode into text and encrypt with passphrase

Implementation

String encode(String passphrase);