I m使用Ruby-SL标准图书馆。 该系统有一套名为<代码> random_iv的方法,产生四套,适当长度载于<代码>ASCII-8BIT (binary) encoding。 然而,我的铁路评估和数据库被配置到UTF-8。 我可以将这段文字转换为UTF-8,以储存(因为它是双手,而不是ASCII文本)。 因此,我怎么办? 我是否必须进行基64转换? 使用<代码>SecureRandom?
I have a simple problem that says: A password for xyz corporation is supposed to be 6 characters long and made up of a combination of letters and digits. Write a program fragment to read in a string ...