To submit a wire transfer, input the appropriate source and destination accounts, and enter the amount to be transferred.
To prove this transaction is authorized, your request must be signed by the authorized RSA private key; the corresponding public key is below:
-----BEGIN PUBLIC KEY----- MIIBIDANBgkqhkiG9w0BAQEFAAOCAQ0AMIIBCAKCAQEAsGAEs1KL/S0Yf0jmy58/ 55r63mzDxCjdBXe4uz51KCS2MtEA0os5Zyaoh8UYne0/6XF9lZcw2tv0aLK8du6j wVCRo4th/fpGsVEO+IXqMQWufX8wB+l8Z2G8R+cVujJGTHf30M/SyIwPU9RUBKEQ 1pUdP0JV7cNSOSEjeobzX+0gDH5FhwuCLXZS3IltDeBkYX27SOubHUcQPxKRGw2r PZHg/bhH8Lh88rILGdO5UcrobKthGJP29M0BbGhgfpcPwtuAD5gdm7REH+XXAplp OorlHy6bJlbwwnm/h+y5anU/Ixc56x+anX3QHxXyg90tooh+f972rt1hxMp7O+Gx zQIBAw== -----END PUBLIC KEY-----
The signature must use the SHA-1 digest of a string with the following form:
from_account+to_account+amount
from_account
to_account
amount
Example: the string to sign to authorize a transfer from the CS 4440 TAs (cs4440) to account jdoe for $1.23 would be: "cs4440+jdoe+1.23".