The entire point of a hash function is to not be able to decrypt it.
BUT
if you REALLY REALLY REALLY need to do it, there are several methods, but they would all take much too long in torquescript (stupid speeds) to be practical.
Again, if you really want to, you can look up the methods online.
Edit: Also, I think you're confusing sha1 with an encryption algorithm, which sha1 is not.
sha1 is what's called a hash. A hash is *supposed to be* a one-way only function. You input something, and it gives you a 100% unique output.