Question:Which of the following library is needed to load to call $this->encrypt->sha1() function?
A $this->load->library('encrypt');
B $this->load->library('encryption');
C $this->load->library('security');
D $this->load->library('sha');
+ AnswerB
+ Report