Saving Data on Android



Download 19,28 Mb.
Pdf ko'rish
bet37/292
Sana24.01.2022
Hajmi19,28 Mb.
#407089
1   ...   33   34   35   36   37   38   39   40   ...   292
Bog'liq
Bailey J., Dominguez A., Djermanovic D. - Saving Data on Android (1st Edition) - 2019

initialization vector
 or an 
IV
.
An IV is a block of random bytes that are XOR’d with the leading block of the data. 
All subsequent blocks are dependent on the previous block, so using an IV uniquely 
encrypts the entire message.
Inside 
encrypt
, immediately below where you created the 
keySpec
, add the 
following code to create an IV:
// 9
 
val
 ivRandom = SecureRandom() 
// 10
 
val
 iv = ByteArray(
16

// 11
 
ivRandom.nextBytes(iv) 
// 12
 
val
 ivSpec = IvParameterSpec(iv)
Here’s what’s happening:
9. Create a new 
SecureRandom
 object so that you’re not using a cached, seeded 
instance.
10. Create a byte array with a size of 
16
 to store the IV.
Saving Data on Android
Chapter 1: Using Files
raywenderlich.com
34


11. Populate 
iv
 with random bytes.
12. Create the 
IvParameterSpec
 with the random 
iv
 so that you can use it when 
performing the encryption.
Now that you have created 
keySpec
 and 
ivSpec
 it’s time to use them to encrypt a 
note. In the next step, add the code to create a 

Download 19,28 Mb.

Do'stlaringiz bilan baham:
1   ...   33   34   35   36   37   38   39   40   ...   292




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish