nikoirsyad44 commited on
Commit
142abd8
1 Parent(s): 5157538

Update rsa_app.py

Browse files
Files changed (1) hide show
  1. rsa_app.py +1 -1
rsa_app.py CHANGED
@@ -12,7 +12,7 @@ st.write("""
12
  publicKey, privateKey = rsa.newkeys(512)
13
 
14
  # this is the string that we will be encrypting
15
- input = st.text_input('Masukkan Teks', 'Muhamad Aziz 20220028')
16
 
17
  # rsa.encrypt method is used to encrypt
18
  # string with public key string should be
 
12
  publicKey, privateKey = rsa.newkeys(512)
13
 
14
  # this is the string that we will be encrypting
15
+ input = st.text_input('Masukkan Teks', 'Niko Irsyad Maulana 20220044')
16
 
17
  # rsa.encrypt method is used to encrypt
18
  # string with public key string should be