Compare commits
	
		
			No commits in common. "master" and "EE494-extenstions" have entirely different histories.
		
	
	
		
			master
			...
			EE494-exte
		
	
		
							
								
								
									
										5
									
								
								rsa.py
									
									
									
									
									
										
										
										Executable file → Normal file
									
								
							
							
						
						
									
										5
									
								
								rsa.py
									
									
									
									
									
										
										
										Executable file → Normal file
									
								
							@ -31,11 +31,6 @@ ID = 6
 | 
			
		||||
 | 
			
		||||
def main():
 | 
			
		||||
    print("hesham-rsa version ", VERSION)
 | 
			
		||||
 | 
			
		||||
    if len(sys.argv) == 1:
 | 
			
		||||
        printHelp()
 | 
			
		||||
        sys.exit(127)
 | 
			
		||||
 | 
			
		||||
    if sys.argv[1] == "gen" and len(sys.argv) == 4:  ##rsa gen <keysize> <keyname>
 | 
			
		||||
        keyFileName = sys.argv[3]
 | 
			
		||||
        if keyExist(keyFileName):
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user