You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In sage-3.0 on OSX and linux (sage.math.washington.edu) if you do the following:
sage: from Crypto.Cipher import DES
sage: DES??
You get a bunch of binary garbage on your screen. I tried the same thing in vanilla ipython and it correctly told me that it could not open the source file.