d8-contrib-modules / townsec_key

My D8 port of townsec_key
GNU General Public License v2.0
0 stars 0 forks source link

Can encrypt but cannot decrypt. #4

Closed lahoosascoots closed 9 years ago

lahoosascoots commented 9 years ago

Getting empty string on decryption

└─> drush ev "echo \Drupal::getContainer()->get('encryption')->encrypt('Test');"
8Axz63BCbPFkJ6ji
└─> drush ev "echo \Drupal::getContainer()->get('encryption')->decrypt('8Axz63BCbPFkJ6ji');"
<EMPTY STRING>
nerdstein commented 9 years ago

Update?

lahoosascoots commented 9 years ago

The empty string seems to be coming right from Town Sec. Maybe they can take a look?

nerdstein commented 9 years ago

CC: @rlhawk

lahoosascoots commented 9 years ago

Note: I set up the module using the test creds provided by TownSec in skype.

nerdstein commented 9 years ago

Closing