Skip to content

ライブラリ OneTimePassword の仕様検証 #2

@ykws

Description

@ykws

以下のプロパティを変更してワンタイムパスワードが生成できることを確認したい。

  • アルゴリズム @property (nonatomic) OTPAlgorithm algorithm;
    • SHA1 (Default)
    • SHA256
    • SHA512
  • OTP桁数 @property (nonatomic) NSUInteger digits;
    • 4
    • 5
    • 6 (Default)
    • 7
    • 8
    • 9
    • 10
  • タイムステップ数 @property (nonatomic) NSTimeInterval period;
    • 30 (Default)
    • 60

Metadata

Metadata

Assignees

Labels

help wantedExtra attention is needed

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions