Questions tagged as 'sha1'

2
answers

SHA-1 with TypeScript

I'm doing a project and need to encrypt a password, I wanted to use SHA-1, but I did not find anywhere to use with TypeScript, does TS support SHA-1?     
asked by 18.07.2018 / 15:46
1
answer

Hash from some CakePHP2 field

I created some tables with scaffold of CakePHP2, I have a model called account and I created a setter and getter: public function setPassword($password) { $this->password = Security::encrypt($password); } public function getpass...
asked by 26.06.2018 / 16:23